Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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.
- Loading branch information