Commit Graph

29 Commits

Author SHA1 Message Date
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
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