Skip to content

Commit 7f57b3d

Browse files
author
leonsteinhaeuser
committed
docs: bump tag to v2.1.0
1 parent 65a3752 commit 7f57b3d

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

README.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ jobs:
9999
if: github.event_name == 'issues' && (github.event.action == 'opened' || github.event.action == 'reopened')
100100
steps:
101101
- name: Move issue to ${{ env.todo }}
102-
uses: leonsteinhaeuser/project-beta-automations@v2.0.1
102+
uses: leonsteinhaeuser/project-beta-automations@v2.1.0
103103
with:
104104
gh_token: ${{ secrets.PERSONAL_ACCESS_TOKEN }}
105105
user: sample-user
@@ -113,7 +113,7 @@ jobs:
113113
if: github.event_name == 'issues' && github.event.action == 'closed'
114114
steps:
115115
- name: Moved issue to ${{ env.done }}
116-
uses: leonsteinhaeuser/project-beta-automations@v2.0.1
116+
uses: leonsteinhaeuser/project-beta-automations@v2.1.0
117117
with:
118118
gh_token: ${{ secrets.PERSONAL_ACCESS_TOKEN }}
119119
user: sample-user
@@ -127,7 +127,7 @@ jobs:
127127
if: github.event_name == 'pull_request' && (github.event.action == 'opened' || github.event.action == 'reopened' || github.event.action == 'review_requested')
128128
steps:
129129
- name: Move PR to ${{ env.in_progress }}
130-
uses: leonsteinhaeuser/project-beta-automations@v2.0.1
130+
uses: leonsteinhaeuser/project-beta-automations@v2.1.0
131131
with:
132132
gh_token: ${{ secrets.PERSONAL_ACCESS_TOKEN }}
133133
user: sample-user
@@ -141,7 +141,7 @@ jobs:
141141
if: github.event_name == 'pull_request' && github.event.action == 'closed'
142142
steps:
143143
- name: Move PR to ${{ env.done }}
144-
uses: leonsteinhaeuser/project-beta-automations@v2.0.1
144+
uses: leonsteinhaeuser/project-beta-automations@v2.1.0
145145
with:
146146
gh_token: ${{ secrets.PERSONAL_ACCESS_TOKEN }}
147147
user: sample-user
@@ -247,7 +247,7 @@ jobs:
247247
if: github.event_name == 'issues' && (github.event.action == 'opened' || github.event.action == 'reopened')
248248
steps:
249249
- name: 'Move issue to ${{ env.status_todo }}'
250-
uses: leonsteinhaeuser/project-beta-automations@v2.0.1
250+
uses: leonsteinhaeuser/project-beta-automations@v2.1.0
251251
env:
252252
DEBUG_LOG: "true"
253253
with:
@@ -265,7 +265,7 @@ jobs:
265265
- issue_opened_or_reopened
266266
steps:
267267
- name: 'Modify custom fields'
268-
uses: leonsteinhaeuser/project-beta-automations@v2.0.1
268+
uses: leonsteinhaeuser/project-beta-automations@v2.1.0
269269
env:
270270
DEBUG_LOG: "true"
271271
with:
@@ -282,7 +282,7 @@ jobs:
282282
if: github.event_name == 'pull_request' && (github.event.action == 'opened' || github.event.action == 'reopened')
283283
steps:
284284
- name: 'Move PR to ${{ env.status_in_progress }}'
285-
uses: leonsteinhaeuser/project-beta-automations@v2.0.1
285+
uses: leonsteinhaeuser/project-beta-automations@v2.1.0
286286
env:
287287
DEBUG_LOG: "true"
288288
with:
@@ -300,7 +300,7 @@ jobs:
300300
- pr_opened_or_reopened
301301
steps:
302302
- name: 'Modify custom fields'
303-
uses: leonsteinhaeuser/project-beta-automations@v2.0.1
303+
uses: leonsteinhaeuser/project-beta-automations@v2.1.0
304304
env:
305305
DEBUG_LOG: "true"
306306
with:
@@ -360,7 +360,7 @@ jobs:
360360
if: github.event_name == 'issues' && github.event.action == 'opened'
361361
steps:
362362
- name: Move issue to ${{ env.todo }}
363-
uses: leonsteinhaeuser/project-beta-automations@v2.0.1
363+
uses: leonsteinhaeuser/project-beta-automations@v2.1.0
364364
env:
365365
DEBUG_COMMANDS: true
366366
DEBUG_LOG: true

0 commit comments

Comments
 (0)