diff --git a/.github/workflows/kanban.yml b/.github/workflows/kanban.yml index 30cfecf..1d125e4 100644 --- a/.github/workflows/kanban.yml +++ b/.github/workflows/kanban.yml @@ -24,7 +24,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Add issue to Free-to-take list - uses: leonsteinhaeuser/project-beta-automations@v2.1.0 + uses: leonsteinhaeuser/project-beta-automations@v2.2.1 with: gh_token: ${{ secrets.RELEASE_TOKEN }} organization: pulp @@ -38,7 +38,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Move an issue to the In Progress column - uses: leonsteinhaeuser/project-beta-automations@v2.1.0 + uses: leonsteinhaeuser/project-beta-automations@v2.2.1 with: gh_token: ${{ secrets.RELEASE_TOKEN }} organization: pulp @@ -73,7 +73,7 @@ jobs: issues: ${{ fromJSON(needs.find-linked-issues.outputs.linked-issues) }} steps: - name: Move to Needs Review - uses: leonsteinhaeuser/project-beta-automations@v2.1.0 + uses: leonsteinhaeuser/project-beta-automations@v2.2.1 with: gh_token: ${{ secrets.RELEASE_TOKEN }} organization: pulp @@ -87,7 +87,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Move an issue to the Done column - uses: leonsteinhaeuser/project-beta-automations@v2.1.0 + uses: leonsteinhaeuser/project-beta-automations@v2.2.1 with: gh_token: ${{ secrets.RELEASE_TOKEN }} organization: pulp