Commit Graph

44 Commits

Author SHA1 Message Date
Bryan Zwicker
1f33b7b9ca Add octokit retry plugin
- Added octokit plugin for automatic retries
- Removed un-imported dependency causing version conflicts
- Update dist for action with new retry plugin
- Update license cache
2025-12-09 09:43:04 -05:00
Mardav Wala
4afe1bcb60 Fix both code scanning alerts
1. Fixed misleading operator precedence by adding proper grouping:
   - Changed /^text\/|charset=utf-8$/ to /^(text\/|charset=utf-8)$/
   - This removes the misleading precedence warning

2. Fixed file system race condition in fix-regex.js:
   - Removed fs.existsSync() check followed by file operations
   - Now uses try/catch with proper ENOENT error handling
   - Eliminates potential TOCTOU vulnerability

All tests pass and regex functionality is preserved.
2025-08-15 17:03:48 +00:00
Mardav Wala
fcb131f251 Fix regex with misleading operator precedence in @octokit/request dependency
- Fixed regex /^text\/|charset=utf-8$/ to /^text\/|charset=utf-8/
- Removed misleading end anchor ($) from charset=utf-8 part
- Added patch-package to dependencies and postinstall script
- Updated dist/index.js with fix applied to bundled dependencies
- All tests continue to pass
2025-08-15 16:05:10 +00:00
dependabot[bot]
dd62e6e66d Update licensed cache and dist/ directory 2025-05-26 14:39:43 +00:00
Andri Alexandrou
dc09970d42 build output 2025-04-21 17:01:05 +00:00
dependabot[bot]
a5abfebda9 Update licensed cache and dist/ directory 2025-03-28 14:01:22 +00:00
dependabot[bot]
87d6f585a1 Update licensed cache and dist/ directory 2025-03-28 12:57:43 +00:00
dependabot[bot]
0949a30490 Update licensed cache and dist/ directory 2025-03-28 12:47:22 +00:00
Tyler Dixon
fe565f2aae Build 2025-03-26 19:16:36 +00:00
Tyler Dixon
b770800601 Batch updating some dependencies for vulns 2025-03-25 19:01:37 +00:00
Tara Nelson
ed5d5cfea4 Build and package 2024-06-26 21:57:50 +00:00
Shaun Wong
90678b50c7 Build and package 2024-04-11 18:16:16 +00:00
Tara Nelson
4323c7cd87 Build and package 2024-03-19 16:46:54 +00:00
Tara Nelson
d72379e564 Update index.js 2024-03-18 21:26:10 +00:00
Cam McHenry
251102b708 Update index.js 2024-03-18 20:26:43 +00:00
Ian Sanders
5d4ef34b4c Merge branch 'main' of https://github.com/actions/add-to-project into fix-url-match 2023-03-31 19:36:16 +00:00
Saravanan Palanisamy
38a0adc233 fix dist check 2023-03-30 21:54:08 +04:00
Matthew Costabile
fdae002f2c update 2023-03-30 14:29:56 +00:00
Matthew Costabile
9f96b16f44 debug log for issue labels 2023-02-27 13:21:54 +00:00
Matthew Costabile
5f0c606906 enable un unchecked indexed access 2023-02-27 13:15:25 +00:00
Francesco Renzi
51e172a520 Update @actions/core to 1.10.0 (#231)
* Update @actions/core to 1.10.0

* Update licenses
2022-10-06 08:43:56 -03:00
Tim Rogers
9115f344bd Allow users to add an issue/PR to a board in a different organization
At present, this Action only supports adding an issue or pull
request to a project in the *same organization* as the issue or
pull request itself.

This removes that limitation. If the issue/pull request and
project have different owners, then instead of directly
creating a project item, we will instead create a "draft issue"
which will be added to the board.

Fixes #74.
2022-07-15 11:26:04 +01:00
Lukasz Warchol
cf1add2ac3 Rebuild after re-installing packages. 2022-06-27 15:09:31 +00:00
Lukasz Warchol
ed9ec99956 Merge branch 'main' into graphql/projectv2 2022-06-27 14:53:57 +00:00
Lukasz Warchol
79316c3c93 Build and package
Setting pckage version
2022-06-27 13:19:25 +00:00
Adrian Kashivskyy
a1e8057254 Run the build 2022-06-22 16:26:05 +02:00
Matthew Costabile
5152387edb update versions 2022-06-17 12:26:43 +00:00
anthonylaye
c05fcc9dfb Oops, forgot to rebuild 2022-06-17 14:05:32 +02:00
anthonylaye
d0b7876408 Edit readme and run build 2022-06-16 18:18:27 +02:00
Lukasz Warchol
53101abf47 Build and package 2022-06-02 15:28:56 +00:00
Lukasz Warchol
1664cea4b1 Fixing misplacement of headers 2022-05-20 12:48:37 +00:00
Lukasz Warchol
58dc7efeb3 Build and package 2022-05-20 12:24:18 +00:00
Matthew Costabile
ff5cbc4a18 update dist 2022-03-29 15:03:32 +00:00
Shaun Kirk Wong
30f4425d9f github/memex#8949: Updates dist 2022-03-29 01:44:03 +00:00
Abdelhamid
d9b0535d09 Add build directory 2022-03-24 23:08:45 +02:00
Jonathan Clem
b39b67e25e Add some simple unit tests 2022-02-01 22:08:12 +00:00
Jonathan Clem
f3decd19c0 Handle empty "labeled" key 2022-01-31 15:44:24 -05:00
Jonathan Clem
3a482bf2c7 Fix core/github import 2022-01-31 15:40:59 -05:00
Jonathan Clem
b4c121a252 Improve linting 2022-01-31 15:38:31 -05:00
Jonathan Clem
730de12b13 Add basic labeled filter 2022-01-31 15:12:36 -05:00
Jonathan Clem
68fd81353b Handle organization/user in gql response 2022-01-31 14:24:26 -05:00
Jonathan Clem
bdcdb34109 Fix orgs/users in URL 2022-01-31 14:19:41 -05:00
Jonathan Clem
902f1883f1 Allow for user projects 2022-01-31 14:13:35 -05:00
Jonathan Clem
078fd9f744 Add initial action setup 2022-01-31 14:09:42 -05:00