mirror of
https://github.com/actions/add-to-project.git
synced 2025-12-10 20:21:17 +00:00
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.