From: Nizamudeen A Date: Fri, 14 Jul 2023 11:08:03 +0000 (+0530) Subject: .github: pr-triage fix X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=29b92600cfeb975bea957030907a42472656aa33;p=ceph.git .github: pr-triage fix Signed-off-by: Nizamudeen A --- diff --git a/.github/workflows/pr-triage.yml b/.github/workflows/pr-triage.yml index 8566f25992c2a..e821802237532 100644 --- a/.github/workflows/pr-triage.yml +++ b/.github/workflows/pr-triage.yml @@ -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@80dff8360364fc9d8c5ca58b41c535e66b66c331 with: project-url: https://github.com/orgs/ceph/projects/2 github-token: ${{ secrets.GITHUB_TOKEN }}