From 7292cbd98266594dbd56faa1dfcb9cf53fb03a68 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Leon=20Steinh=C3=A4user?= <42437185+leonsteinhaeuser@users.noreply.github.com> Date: Mon, 1 Aug 2022 21:25:41 +0200 Subject: [PATCH] docs: updated version reference to v1.3.0 --- README.md | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index 22b9b86..2029c83 100644 --- a/README.md +++ b/README.md @@ -94,7 +94,7 @@ jobs: if: github.event_name == 'issues' && (github.event.action == 'opened' || github.event.action == 'reopened') steps: - name: Move issue to ${{ env.todo }} - uses: leonsteinhaeuser/project-beta-automations@v1.2.1 + uses: leonsteinhaeuser/project-beta-automations@v1.3.0 with: gh_token: ${{ secrets.PERSONAL_ACCESS_TOKEN }} user: sample-user @@ -108,7 +108,7 @@ jobs: if: github.event_name == 'issues' && github.event.action == 'closed' steps: - name: Moved issue to ${{ env.done }} - uses: leonsteinhaeuser/project-beta-automations@v1.2.1 + uses: leonsteinhaeuser/project-beta-automations@v1.3.0 with: gh_token: ${{ secrets.PERSONAL_ACCESS_TOKEN }} user: sample-user @@ -122,7 +122,7 @@ jobs: if: github.event_name == 'pull_request' && (github.event.action == 'opened' || github.event.action == 'reopened' || github.event.action == 'review_requested') steps: - name: Move PR to ${{ env.in_progress }} - uses: leonsteinhaeuser/project-beta-automations@v1.2.1 + uses: leonsteinhaeuser/project-beta-automations@v1.3.0 with: gh_token: ${{ secrets.PERSONAL_ACCESS_TOKEN }} user: sample-user @@ -136,7 +136,7 @@ jobs: if: github.event_name == 'pull_request' && github.event.action == 'closed' steps: - name: Move PR to ${{ env.done }} - uses: leonsteinhaeuser/project-beta-automations@v1.2.1 + uses: leonsteinhaeuser/project-beta-automations@v1.3.0 with: gh_token: ${{ secrets.PERSONAL_ACCESS_TOKEN }} user: sample-user @@ -241,7 +241,7 @@ jobs: if: github.event_name == 'issues' && (github.event.action == 'opened' || github.event.action == 'reopened') steps: - name: 'Move issue to ${{ env.status_todo }}' - uses: leonsteinhaeuser/project-beta-automations@v1.2.1 + uses: leonsteinhaeuser/project-beta-automations@v1.3.0 env: DEBUG_LOG: "true" with: @@ -259,7 +259,7 @@ jobs: - issue_opened_or_reopened steps: - name: 'Modify custom fields' - uses: leonsteinhaeuser/project-beta-automations@v1.2.1 + uses: leonsteinhaeuser/project-beta-automations@v1.3.0 env: DEBUG_LOG: "true" with: @@ -276,7 +276,7 @@ jobs: if: github.event_name == 'pull_request' && (github.event.action == 'opened' || github.event.action == 'reopened') steps: - name: 'Move PR to ${{ env.status_in_progress }}' - uses: leonsteinhaeuser/project-beta-automations@v1.2.1 + uses: leonsteinhaeuser/project-beta-automations@v1.3.0 env: DEBUG_LOG: "true" with: @@ -294,7 +294,7 @@ jobs: - pr_opened_or_reopened steps: - name: 'Modify custom fields' - uses: leonsteinhaeuser/project-beta-automations@v1.2.1 + uses: leonsteinhaeuser/project-beta-automations@v1.3.0 env: DEBUG_LOG: "true" with: @@ -354,7 +354,7 @@ jobs: if: github.event_name == 'issues' && github.event.action == 'opened' steps: - name: Move issue to ${{ env.todo }} - uses: leonsteinhaeuser/project-beta-automations@v1.2.1 + uses: leonsteinhaeuser/project-beta-automations@v1.3.0 env: DEBUG_COMMANDS: true DEBUG_LOG: true