From: Nizamudeen A Date: Tue, 8 Aug 2023 05:04:59 +0000 (+0530) Subject: .github: pr-triage broken link fix X-Git-Tag: v19.0.0~725^2 X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=38ee272419dd990f8ed0362e35dd7ed30caf1ada;p=ceph.git .github: pr-triage broken link fix The link I put was broken so replacing it with the correct one: Fixes: https://github.com/ceph/ceph/pull/52455 Signed-off-by: Nizamudeen A --- diff --git a/.github/workflows/pr-triage.yml b/.github/workflows/pr-triage.yml index 5eae0594a2e06..4e318c12594e7 100644 --- a/.github/workflows/pr-triage.yml +++ b/.github/workflows/pr-triage.yml @@ -15,7 +15,7 @@ jobs: repo-token: "${{ secrets.GITHUB_TOKEN }}" - name: Assign to Dashboard project # https://github.com/marketplace/actions/add-to-github-projects?version=v0.5.0 - uses: actions/add-to-project@b33924cba28b1b9cb8ea871f99f264a2f4a07185 + uses: actions/add-to-project@31b3f3ccdc584546fc445612dec3f38ff5edb41c with: project-url: https://github.com/orgs/ceph/projects/2 github-token: ${{ secrets.GITHUB_TOKEN }}