From 6ad2dc04dc4ca680c7e2583e9503708bd454e6a2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Leon=20Steinh=C3=A4user?= <42437185+leonsteinhaeuser@users.noreply.github.com> Date: Tue, 6 Sep 2022 22:02:11 +0200 Subject: [PATCH] enhancement: set project automation version reference to v2.0.0 --- .github/workflows/project_automations.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/project_automations.yml b/.github/workflows/project_automations.yml index eed4537..6ebf9b9 100644 --- a/.github/workflows/project_automations.yml +++ b/.github/workflows/project_automations.yml @@ -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@v1.2.1 + uses: leonsteinhaeuser/project-beta-automations@v2.0.0 with: gh_token: ${{ secrets.PROJECT_PERMISSIONS_TOKEN }} user: leonsteinhaeuser @@ -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@v1.2.1 + uses: leonsteinhaeuser/project-beta-automations@v2.0.0 with: gh_token: ${{ secrets.PROJECT_PERMISSIONS_TOKEN }} user: leonsteinhaeuser