Skip to content

Commit

Permalink
enhancement: bump CI version to v2.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
leonsteinhaeuser committed Sep 24, 2022
1 parent 194b2fe commit 7f94773
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/project_automations.yml
Expand Up @@ -15,7 +15,7 @@ jobs:
if: github.event_name == 'issues' && github.event.action == 'opened'
steps:
- name: 'Move issue to Todo'
uses: leonsteinhaeuser/project-beta-automations@v2.0.0
uses: leonsteinhaeuser/project-beta-automations@v2.0.1
with:
gh_token: ${{ secrets.PROJECT_PERMISSIONS_TOKEN }}
user: leonsteinhaeuser
Expand All @@ -29,7 +29,7 @@ jobs:
if: github.event_name == 'pull_request' && github.event.action == 'opened'
steps:
- name: 'Move PR to "In Progress"'
uses: leonsteinhaeuser/project-beta-automations@v2.0.0
uses: leonsteinhaeuser/project-beta-automations@v2.0.1
with:
gh_token: ${{ secrets.PROJECT_PERMISSIONS_TOKEN }}
user: leonsteinhaeuser
Expand Down

0 comments on commit 7f94773

Please sign in to comment.