From: Ernesto Puerta <37327689+epuertat@users.noreply.github.com> Date: Mon, 27 Feb 2023 15:01:33 +0000 (+0100) Subject: .github: update add-to-project action X-Git-Tag: v18.1.0~269^2 X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=c9a7e7158ebc3e73e3bdb886d81b2557c004d29e;p=ceph.git .github: update add-to-project action Signed-off-by: Ernesto Puerta <37327689+epuertat@users.noreply.github.com> --- diff --git a/.github/workflows/pr-triage.yml b/.github/workflows/pr-triage.yml index a17a0ac998984..8566f25992c2a 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.0 - uses: actions/add-to-project@960fbad431afda394cfcf8743445e741acd19e85 + # https://github.com/marketplace/actions/add-to-github-projects?version=v0.4.1 + uses: actions/add-to-project@4756e6330fe1e0a736690d3cfd9f11c9399c2ed4 with: project-url: https://github.com/orgs/ceph/projects/2 github-token: ${{ secrets.GITHUB_TOKEN }}