Skip to content

Commit a9f041d

Browse files
authored
Merge pull request #142 from timrogers/timrogers/draft-issue
Allow users to add an issue/PR to a board in a different organization
2 parents 0af0b18 + 1809404 commit a9f041d

File tree

5 files changed

+325
-79
lines changed

5 files changed

+325
-79
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,6 @@ Note that this action does not support [GitHub projects (classic)](https://docs.
77

88
[![build-test](https://github.com/actions/add-to-project/actions/workflows/test.yml/badge.svg)](https://github.com/actions/add-to-project/actions/workflows/test.yml)
99

10-
> **NOTE:** This Action (currently) only supports auto-adding Issues/Pull Requests to a Project which lives in the same organization as your target Repository.
11-
1210
> **NOTE:** ⚠️ This action no longer uses the deprecated ProjectNext API. If you are looking for the old version of that action, use version [v0.0.5](https://github.com/actions/add-to-project/releases/tag/v0.0.5).
1311
1412
## Usage
@@ -40,6 +38,8 @@ jobs:
4038
steps:
4139
- uses: actions/add-to-project@RELEASE_VERSION
4240
with:
41+
# You can target a repository in a different organization
42+
# to the issue
4343
project-url: https://github.com/orgs/<orgName>/projects/<projectNumber>
4444
github-token: ${{ secrets.ADD_TO_PROJECT_PAT }}
4545
labeled: bug, needs-triage

0 commit comments

Comments
 (0)