99
99
if : github.event_name == 'issues' && (github.event.action == 'opened' || github.event.action == 'reopened')
100
100
steps :
101
101
- name : Move issue to ${{ env.todo }}
102
- uses : leonsteinhaeuser/project-beta-automations@v2.0.1
102
+ uses : leonsteinhaeuser/project-beta-automations@v2.1.0
103
103
with :
104
104
gh_token : ${{ secrets.PERSONAL_ACCESS_TOKEN }}
105
105
user : sample-user
@@ -113,7 +113,7 @@ jobs:
113
113
if : github.event_name == 'issues' && github.event.action == 'closed'
114
114
steps :
115
115
- name : Moved issue to ${{ env.done }}
116
- uses : leonsteinhaeuser/project-beta-automations@v2.0.1
116
+ uses : leonsteinhaeuser/project-beta-automations@v2.1.0
117
117
with :
118
118
gh_token : ${{ secrets.PERSONAL_ACCESS_TOKEN }}
119
119
user : sample-user
@@ -127,7 +127,7 @@ jobs:
127
127
if : github.event_name == 'pull_request' && (github.event.action == 'opened' || github.event.action == 'reopened' || github.event.action == 'review_requested')
128
128
steps :
129
129
- 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
131
131
with :
132
132
gh_token : ${{ secrets.PERSONAL_ACCESS_TOKEN }}
133
133
user : sample-user
@@ -141,7 +141,7 @@ jobs:
141
141
if : github.event_name == 'pull_request' && github.event.action == 'closed'
142
142
steps :
143
143
- name : Move PR to ${{ env.done }}
144
- uses : leonsteinhaeuser/project-beta-automations@v2.0.1
144
+ uses : leonsteinhaeuser/project-beta-automations@v2.1.0
145
145
with :
146
146
gh_token : ${{ secrets.PERSONAL_ACCESS_TOKEN }}
147
147
user : sample-user
@@ -247,7 +247,7 @@ jobs:
247
247
if: github.event_name == 'issues' && (github.event.action == 'opened' || github.event.action == 'reopened')
248
248
steps:
249
249
- 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
251
251
env:
252
252
DEBUG_LOG: "true"
253
253
with:
@@ -265,7 +265,7 @@ jobs:
265
265
- issue_opened_or_reopened
266
266
steps:
267
267
- name: 'Modify custom fields'
268
- uses: leonsteinhaeuser/project-beta-automations@v2.0.1
268
+ uses: leonsteinhaeuser/project-beta-automations@v2.1.0
269
269
env:
270
270
DEBUG_LOG: "true"
271
271
with:
@@ -282,7 +282,7 @@ jobs:
282
282
if: github.event_name == 'pull_request' && (github.event.action == 'opened' || github.event.action == 'reopened')
283
283
steps:
284
284
- 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
286
286
env:
287
287
DEBUG_LOG: "true"
288
288
with:
@@ -300,7 +300,7 @@ jobs:
300
300
- pr_opened_or_reopened
301
301
steps:
302
302
- name: 'Modify custom fields'
303
- uses: leonsteinhaeuser/project-beta-automations@v2.0.1
303
+ uses: leonsteinhaeuser/project-beta-automations@v2.1.0
304
304
env:
305
305
DEBUG_LOG: "true"
306
306
with:
@@ -360,7 +360,7 @@ jobs:
360
360
if: github.event_name == 'issues' && github.event.action == 'opened'
361
361
steps:
362
362
- name: Move issue to ${{ env.todo }}
363
- uses: leonsteinhaeuser/project-beta-automations@v2.0.1
363
+ uses: leonsteinhaeuser/project-beta-automations@v2.1.0
364
364
env:
365
365
DEBUG_COMMANDS: true
366
366
DEBUG_LOG: true
0 commit comments