Merge pull request #52455 from ceph/gh-add-to-project-fix

.github: pr-triage fix

Reviewed-by: Aashish Sharma <aasharma@redhat.com>
This commit is contained in:
Nizamudeen A 2023-08-08 10:09:54 +05:30 committed by GitHub
commit a0ccdd411a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -14,8 +14,8 @@ jobs:
sync-labels: ''
repo-token: "${{ secrets.GITHUB_TOKEN }}"
- name: Assign to Dashboard project
# https://github.com/marketplace/actions/add-to-github-projects?version=v0.4.1
uses: actions/add-to-project@4756e6330fe1e0a736690d3cfd9f11c9399c2ed4
# https://github.com/marketplace/actions/add-to-github-projects?version=v0.5.0
uses: actions/add-to-project@b33924cba28b1b9cb8ea871f99f264a2f4a07185
with:
project-url: https://github.com/orgs/ceph/projects/2
github-token: ${{ secrets.GITHUB_TOKEN }}