Skip to content

Commit 07cb88f

Browse files
docs: bump version to v1.2.0
1 parent 65d74a8 commit 07cb88f

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
@@ -82,7 +82,7 @@ jobs:
8282
if: github.event_name == 'issues' && (github.event.action == 'opened' || github.event.action == 'reopened')
8383
steps:
8484
- name: Move issue to ${{ env.todo }}
85-
uses: leonsteinhaeuser/project-beta-automations@v1.1.1
85+
uses: leonsteinhaeuser/project-beta-automations@v1.2.0
8686
with:
8787
gh_token: ${{ secrets.PERSONAL_ACCESS_TOKEN }}
8888
user: sample-user
@@ -96,7 +96,7 @@ jobs:
9696
if: github.event_name == 'issues' && github.event.action == 'closed'
9797
steps:
9898
- name: Moved issue to ${{ env.done }}
99-
uses: leonsteinhaeuser/project-beta-automations@v1.1.1
99+
uses: leonsteinhaeuser/project-beta-automations@v1.2.0
100100
with:
101101
gh_token: ${{ secrets.PERSONAL_ACCESS_TOKEN }}
102102
user: sample-user
@@ -110,7 +110,7 @@ jobs:
110110
if: github.event_name == 'pull_request' && (github.event.action == 'opened' || github.event.action == 'reopened' || github.event.action == 'review_requested')
111111
steps:
112112
- name: Move PR to ${{ env.in_progress }}
113-
uses: leonsteinhaeuser/project-beta-automations@v1.1.1
113+
uses: leonsteinhaeuser/project-beta-automations@v1.2.0
114114
with:
115115
gh_token: ${{ secrets.PERSONAL_ACCESS_TOKEN }}
116116
user: sample-user
@@ -124,7 +124,7 @@ jobs:
124124
if: github.event_name == 'pull_request' && github.event.action == 'closed'
125125
steps:
126126
- name: Move PR to ${{ env.done }}
127-
uses: leonsteinhaeuser/project-beta-automations@v1.1.1
127+
uses: leonsteinhaeuser/project-beta-automations@v1.2.0
128128
with:
129129
gh_token: ${{ secrets.PERSONAL_ACCESS_TOKEN }}
130130
user: sample-user
@@ -230,7 +230,7 @@ jobs:
230230
if: github.event_name == 'issues' && (github.event.action == 'opened' || github.event.action == 'reopened')
231231
steps:
232232
- name: 'Move issue to ${{ env.status_todo }}'
233-
uses: leonsteinhaeuser/project-beta-automations@v1.1.1
233+
uses: leonsteinhaeuser/project-beta-automations@v1.2.0
234234
env:
235235
DEBUG_LOG: "true"
236236
with:
@@ -248,7 +248,7 @@ jobs:
248248
- issue_opened_or_reopened
249249
steps:
250250
- name: 'Modify custom fields'
251-
uses: leonsteinhaeuser/project-beta-automations@v1.1.1
251+
uses: leonsteinhaeuser/project-beta-automations@v1.2.0
252252
env:
253253
DEBUG_LOG: "true"
254254
with:
@@ -265,7 +265,7 @@ jobs:
265265
if: github.event_name == 'pull_request' && (github.event.action == 'opened' || github.event.action == 'reopened')
266266
steps:
267267
- name: 'Move PR to ${{ env.status_in_progress }}'
268-
uses: leonsteinhaeuser/project-beta-automations@v1.1.1
268+
uses: leonsteinhaeuser/project-beta-automations@v1.2.0
269269
env:
270270
DEBUG_LOG: "true"
271271
with:
@@ -283,7 +283,7 @@ jobs:
283283
- pr_opened_or_reopened
284284
steps:
285285
- name: 'Modify custom fields'
286-
uses: leonsteinhaeuser/project-beta-automations@v1.1.1
286+
uses: leonsteinhaeuser/project-beta-automations@v1.2.0
287287
env:
288288
DEBUG_LOG: "true"
289289
with:
@@ -324,7 +324,7 @@ jobs:
324324
if: github.event_name == 'issues' && github.event.action == 'opened'
325325
steps:
326326
- name: Move issue to ${{ env.todo }}
327-
uses: leonsteinhaeuser/project-beta-automations@v1.1.1
327+
uses: leonsteinhaeuser/project-beta-automations@v1.2.0
328328
env:
329329
DEBUG_COMMANDS: true
330330
DEBUG_LOG: true

0 commit comments

Comments
 (0)