Skip to content

Commit d2678a5

Browse files
docs: bump README version reference to v1.2.1
1 parent 17f2e12 commit d2678a5

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

README.md

+9-9
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ jobs:
9292
if: github.event_name == 'issues' && (github.event.action == 'opened' || github.event.action == 'reopened')
9393
steps:
9494
- name: Move issue to ${{ env.todo }}
95-
uses: leonsteinhaeuser/[email protected].0
95+
uses: leonsteinhaeuser/[email protected].1
9696
with:
9797
gh_token: ${{ secrets.PERSONAL_ACCESS_TOKEN }}
9898
user: sample-user
@@ -106,7 +106,7 @@ jobs:
106106
if: github.event_name == 'issues' && github.event.action == 'closed'
107107
steps:
108108
- name: Moved issue to ${{ env.done }}
109-
uses: leonsteinhaeuser/[email protected].0
109+
uses: leonsteinhaeuser/[email protected].1
110110
with:
111111
gh_token: ${{ secrets.PERSONAL_ACCESS_TOKEN }}
112112
user: sample-user
@@ -120,7 +120,7 @@ jobs:
120120
if: github.event_name == 'pull_request' && (github.event.action == 'opened' || github.event.action == 'reopened' || github.event.action == 'review_requested')
121121
steps:
122122
- name: Move PR to ${{ env.in_progress }}
123-
uses: leonsteinhaeuser/[email protected].0
123+
uses: leonsteinhaeuser/[email protected].1
124124
with:
125125
gh_token: ${{ secrets.PERSONAL_ACCESS_TOKEN }}
126126
user: sample-user
@@ -134,7 +134,7 @@ jobs:
134134
if: github.event_name == 'pull_request' && github.event.action == 'closed'
135135
steps:
136136
- name: Move PR to ${{ env.done }}
137-
uses: leonsteinhaeuser/[email protected].0
137+
uses: leonsteinhaeuser/[email protected].1
138138
with:
139139
gh_token: ${{ secrets.PERSONAL_ACCESS_TOKEN }}
140140
user: sample-user
@@ -240,7 +240,7 @@ jobs:
240240
if: github.event_name == 'issues' && (github.event.action == 'opened' || github.event.action == 'reopened')
241241
steps:
242242
- name: 'Move issue to ${{ env.status_todo }}'
243-
uses: leonsteinhaeuser/[email protected].0
243+
uses: leonsteinhaeuser/[email protected].1
244244
env:
245245
DEBUG_LOG: "true"
246246
with:
@@ -258,7 +258,7 @@ jobs:
258258
- issue_opened_or_reopened
259259
steps:
260260
- name: 'Modify custom fields'
261-
uses: leonsteinhaeuser/[email protected].0
261+
uses: leonsteinhaeuser/[email protected].1
262262
env:
263263
DEBUG_LOG: "true"
264264
with:
@@ -275,7 +275,7 @@ jobs:
275275
if: github.event_name == 'pull_request' && (github.event.action == 'opened' || github.event.action == 'reopened')
276276
steps:
277277
- name: 'Move PR to ${{ env.status_in_progress }}'
278-
uses: leonsteinhaeuser/[email protected].0
278+
uses: leonsteinhaeuser/[email protected].1
279279
env:
280280
DEBUG_LOG: "true"
281281
with:
@@ -293,7 +293,7 @@ jobs:
293293
- pr_opened_or_reopened
294294
steps:
295295
- name: 'Modify custom fields'
296-
uses: leonsteinhaeuser/[email protected].0
296+
uses: leonsteinhaeuser/[email protected].1
297297
env:
298298
DEBUG_LOG: "true"
299299
with:
@@ -334,7 +334,7 @@ jobs:
334334
if: github.event_name == 'issues' && github.event.action == 'opened'
335335
steps:
336336
- name: Move issue to ${{ env.todo }}
337-
uses: leonsteinhaeuser/[email protected].0
337+
uses: leonsteinhaeuser/[email protected].1
338338
env:
339339
DEBUG_COMMANDS: true
340340
DEBUG_LOG: true

0 commit comments

Comments
 (0)