diff --git a/.github/workflows/project_automation.yml b/.github/workflows/project_automation.yml index e952b98..0d9124d 100644 --- a/.github/workflows/project_automation.yml +++ b/.github/workflows/project_automation.yml @@ -14,7 +14,7 @@ jobs: if: github.event_name == 'issues' && github.event.action == 'opened' && !(contains(github.event.issue.labels.*.name, 'maintenance') || contains(github.event.issue.labels.*.name, 'needs investigation') || contains(github.event.issue.labels.*.name, 'approved')) steps: - name: Move new issues to Backlog - uses: leonsteinhaeuser/project-beta-automations@d1c1261558118c0876fdb2b57a649303925e5a70 # v2.1.0 + uses: leonsteinhaeuser/project-beta-automations@939000fb1900c9fc4f7b5058a09d9f833ebc6859 # v2.2.1 with: gh_token: ${{ secrets.GH_TOKEN }} organization: revelrylabs @@ -27,7 +27,7 @@ jobs: if: github.event.action == 'labeled' && github.event.label.name == 'needs investigation' steps: - name: Move needs investigation labeled issues to Needs Investigation status - uses: leonsteinhaeuser/project-beta-automations@d1c1261558118c0876fdb2b57a649303925e5a70 # v2.1.0 + uses: leonsteinhaeuser/project-beta-automations@939000fb1900c9fc4f7b5058a09d9f833ebc6859 # v2.2.1 with: gh_token: ${{ secrets.GH_TOKEN }} organization: revelrylabs @@ -41,7 +41,7 @@ jobs: (github.event.action == 'labeled' && github.event.label.name == 'approved') steps: - name: Move Dependabot PR or approved issues to Ready to work - uses: leonsteinhaeuser/project-beta-automations@d1c1261558118c0876fdb2b57a649303925e5a70 # v2.1.0 + uses: leonsteinhaeuser/project-beta-automations@939000fb1900c9fc4f7b5058a09d9f833ebc6859 # v2.2.1 with: gh_token: ${{ secrets.GH_TOKEN }} organization: revelrylabs @@ -54,7 +54,7 @@ jobs: if: github.event.action == 'labeled' && github.event.label.name == 'maintenance' steps: - name: Move maintenance labeled issues to Ready to Work - uses: leonsteinhaeuser/project-beta-automations@d1c1261558118c0876fdb2b57a649303925e5a70 # v2.1.0 + uses: leonsteinhaeuser/project-beta-automations@939000fb1900c9fc4f7b5058a09d9f833ebc6859 # v2.2.1 with: gh_token: ${{ secrets.GH_TOKEN }} organization: revelrylabs