typo: repo -> project

I think this is a typo because the line following the comment doesn't reference a repo, it references a project.
This commit is contained in:
Rootul P
2023-03-08 14:02:48 -05:00
committed by GitHub
parent 4756e6330f
commit ad9efdf1e6

View File

@@ -38,7 +38,7 @@ jobs:
steps:
- uses: actions/add-to-project@RELEASE_VERSION
with:
# You can target a repository in a different organization
# You can target a project in a different organization
# to the issue
project-url: https://github.com/orgs/<orgName>/projects/<projectNumber>
github-token: ${{ secrets.ADD_TO_PROJECT_PAT }}