Commit Graph
15 Commits
Author SHA1 Message Date
Tim RogersandTim 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 WarcholandGitHub ed9ec99956 Merge branch 'main' into graphql/projectv2 2022-06-27 14:53:57 +00:00
2914167b9b Apply suggestions from code review
Co-authored-by: Matt B <[email protected]>
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 LayeandGitHub bbc19edc9d Update add-to-project.ts 2022-06-16 11:38:35 -04:00
Anthony LayeandGitHub 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 WarcholandGitHub 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 WarcholandGitHub 1664cea4b1 Fixing misplacement of headers 2022-05-20 12:48:37 +00:00
Lukasz WarcholandGitHub 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 WongandGitHub 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 ClemandGitHub b39b67e25e Add some simple unit tests 2022-02-01 22:08:12 +00:00