mirror of https://github.com/ceph/ceph
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:
commit
a0ccdd411a
|
@ -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 }}
|
||||
|
|
Loading…
Reference in New Issue