Commit Graph

22 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
Saravanan Palanisamy
38a0adc233 fix dist check 2023-03-30 21:54:08 +04:00
Ian Sanders
2a9da7be76 Update src/add-to-project.ts 2023-03-30 12:36:53 -04:00
Saravanan Palanisamy
07c29ba779 remove TODO comment and update error message 2023-03-30 20:21:09 +04:00
Saravanan Palanisamy
399442f46a change regex to support non-github.com URLs 2023-03-23 16:34:09 +04: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
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
ed9ec99956 Merge branch 'main' into graphql/projectv2 2022-06-27 14:53:57 +00:00
Lukasz Warchol
2914167b9b Apply suggestions from code review
Co-authored-by: Matt B <9885259+Mattamorphic@users.noreply.github.com>
2022-06-27 15:01:14 +02:00
Adrian Kashivskyy
a1e8057254 Run the build 2022-06-22 16:26:05 +02:00
Adrian Kashivskyy
188881c8fc Compare lowercase labels 2022-06-22 15:33:07 +02:00
anthonylaye
ff2392aa0d keep the or case in an else block at the end 2022-06-17 10:19:20 +02:00
Anthony Laye
bbc19edc9d Update add-to-project.ts 2022-06-16 11:38:35 -04:00
Anthony Laye
f7823161aa Update add-to-project.ts 2022-06-16 11:37:48 -04:00
anthonylaye
fcb780e2b5 Add new option for excluding issues with certain labels 2022-06-16 17:27:06 +02:00
Lukasz Warchol
0c1e36ed75 Update Readme to point the users of the deprecated API to version 0.0.3
Remove feature flags header as it will not be needed after API is released.
2022-06-02 14:59:09 +00:00
Lukasz Warchol
1664cea4b1 Fixing misplacement of headers 2022-05-20 12:48:37 +00:00
Lukasz Warchol
8bc56cd807 Update Action to use new ProjectsV2 api
ProjectsNext API is going to be deprecated in favour of new ProjectsV2.
2022-05-20 12:22:44 +00:00
Shaun Kirk Wong
f4bd1b98a2 github/memex#8949: Adds a testcase for spaces, PRs and mustGetOwnerTypeQuery() 2022-03-29 00:23:33 +00:00
Abdelhamid
0ad701a62e Add label filter operator 2022-03-23 12:34:28 +02:00
Jonathan Clem
b39b67e25e Add some simple unit tests 2022-02-01 22:08:12 +00:00