Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions .github/workflows/project_automation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand All @@ -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
Expand All @@ -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
Expand Down
Loading