82
82
if : github.event_name == 'issues' && (github.event.action == 'opened' || github.event.action == 'reopened')
83
83
steps :
84
84
- name : Move issue to ${{ env.todo }}
85
- uses : leonsteinhaeuser/project-beta-automations@v1.1.1
85
+ uses : leonsteinhaeuser/project-beta-automations@v1.2.0
86
86
with :
87
87
gh_token : ${{ secrets.PERSONAL_ACCESS_TOKEN }}
88
88
user : sample-user
96
96
if : github.event_name == 'issues' && github.event.action == 'closed'
97
97
steps :
98
98
- name : Moved issue to ${{ env.done }}
99
- uses : leonsteinhaeuser/project-beta-automations@v1.1.1
99
+ uses : leonsteinhaeuser/project-beta-automations@v1.2.0
100
100
with :
101
101
gh_token : ${{ secrets.PERSONAL_ACCESS_TOKEN }}
102
102
user : sample-user
@@ -110,7 +110,7 @@ jobs:
110
110
if : github.event_name == 'pull_request' && (github.event.action == 'opened' || github.event.action == 'reopened' || github.event.action == 'review_requested')
111
111
steps :
112
112
- 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
114
114
with :
115
115
gh_token : ${{ secrets.PERSONAL_ACCESS_TOKEN }}
116
116
user : sample-user
@@ -124,7 +124,7 @@ jobs:
124
124
if : github.event_name == 'pull_request' && github.event.action == 'closed'
125
125
steps :
126
126
- name : Move PR to ${{ env.done }}
127
- uses : leonsteinhaeuser/project-beta-automations@v1.1.1
127
+ uses : leonsteinhaeuser/project-beta-automations@v1.2.0
128
128
with :
129
129
gh_token : ${{ secrets.PERSONAL_ACCESS_TOKEN }}
130
130
user : sample-user
@@ -230,7 +230,7 @@ jobs:
230
230
if: github.event_name == 'issues' && (github.event.action == 'opened' || github.event.action == 'reopened')
231
231
steps:
232
232
- 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
234
234
env:
235
235
DEBUG_LOG: "true"
236
236
with:
@@ -248,7 +248,7 @@ jobs:
248
248
- issue_opened_or_reopened
249
249
steps:
250
250
- name: 'Modify custom fields'
251
- uses: leonsteinhaeuser/project-beta-automations@v1.1.1
251
+ uses: leonsteinhaeuser/project-beta-automations@v1.2.0
252
252
env:
253
253
DEBUG_LOG: "true"
254
254
with:
@@ -265,7 +265,7 @@ jobs:
265
265
if: github.event_name == 'pull_request' && (github.event.action == 'opened' || github.event.action == 'reopened')
266
266
steps:
267
267
- 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
269
269
env:
270
270
DEBUG_LOG: "true"
271
271
with:
@@ -283,7 +283,7 @@ jobs:
283
283
- pr_opened_or_reopened
284
284
steps:
285
285
- name: 'Modify custom fields'
286
- uses: leonsteinhaeuser/project-beta-automations@v1.1.1
286
+ uses: leonsteinhaeuser/project-beta-automations@v1.2.0
287
287
env:
288
288
DEBUG_LOG: "true"
289
289
with:
@@ -324,7 +324,7 @@ jobs:
324
324
if: github.event_name == 'issues' && github.event.action == 'opened'
325
325
steps:
326
326
- name: Move issue to ${{ env.todo }}
327
- uses: leonsteinhaeuser/project-beta-automations@v1.1.1
327
+ uses: leonsteinhaeuser/project-beta-automations@v1.2.0
328
328
env:
329
329
DEBUG_COMMANDS: true
330
330
DEBUG_LOG: true
0 commit comments