94
94
if : github.event_name == 'issues' && (github.event.action == 'opened' || github.event.action == 'reopened')
95
95
steps :
96
96
- name : Move issue to ${{ env.todo }}
97
- uses : leonsteinhaeuser/project-beta-automations@v1.2.1
97
+ uses : leonsteinhaeuser/project-beta-automations@v1.3.0
98
98
with :
99
99
gh_token : ${{ secrets.PERSONAL_ACCESS_TOKEN }}
100
100
user : sample-user
@@ -108,7 +108,7 @@ jobs:
108
108
if : github.event_name == 'issues' && github.event.action == 'closed'
109
109
steps :
110
110
- name : Moved issue to ${{ env.done }}
111
- uses : leonsteinhaeuser/project-beta-automations@v1.2.1
111
+ uses : leonsteinhaeuser/project-beta-automations@v1.3.0
112
112
with :
113
113
gh_token : ${{ secrets.PERSONAL_ACCESS_TOKEN }}
114
114
user : sample-user
@@ -122,7 +122,7 @@ jobs:
122
122
if : github.event_name == 'pull_request' && (github.event.action == 'opened' || github.event.action == 'reopened' || github.event.action == 'review_requested')
123
123
steps :
124
124
- name : Move PR to ${{ env.in_progress }}
125
- uses : leonsteinhaeuser/project-beta-automations@v1.2.1
125
+ uses : leonsteinhaeuser/project-beta-automations@v1.3.0
126
126
with :
127
127
gh_token : ${{ secrets.PERSONAL_ACCESS_TOKEN }}
128
128
user : sample-user
@@ -136,7 +136,7 @@ jobs:
136
136
if : github.event_name == 'pull_request' && github.event.action == 'closed'
137
137
steps :
138
138
- name : Move PR to ${{ env.done }}
139
- uses : leonsteinhaeuser/project-beta-automations@v1.2.1
139
+ uses : leonsteinhaeuser/project-beta-automations@v1.3.0
140
140
with :
141
141
gh_token : ${{ secrets.PERSONAL_ACCESS_TOKEN }}
142
142
user : sample-user
@@ -241,7 +241,7 @@ jobs:
241
241
if: github.event_name == 'issues' && (github.event.action == 'opened' || github.event.action == 'reopened')
242
242
steps:
243
243
- name: 'Move issue to ${{ env.status_todo }}'
244
- uses: leonsteinhaeuser/project-beta-automations@v1.2.1
244
+ uses: leonsteinhaeuser/project-beta-automations@v1.3.0
245
245
env:
246
246
DEBUG_LOG: "true"
247
247
with:
@@ -259,7 +259,7 @@ jobs:
259
259
- issue_opened_or_reopened
260
260
steps:
261
261
- name: 'Modify custom fields'
262
- uses: leonsteinhaeuser/project-beta-automations@v1.2.1
262
+ uses: leonsteinhaeuser/project-beta-automations@v1.3.0
263
263
env:
264
264
DEBUG_LOG: "true"
265
265
with:
@@ -276,7 +276,7 @@ jobs:
276
276
if: github.event_name == 'pull_request' && (github.event.action == 'opened' || github.event.action == 'reopened')
277
277
steps:
278
278
- name: 'Move PR to ${{ env.status_in_progress }}'
279
- uses: leonsteinhaeuser/project-beta-automations@v1.2.1
279
+ uses: leonsteinhaeuser/project-beta-automations@v1.3.0
280
280
env:
281
281
DEBUG_LOG: "true"
282
282
with:
@@ -294,7 +294,7 @@ jobs:
294
294
- pr_opened_or_reopened
295
295
steps:
296
296
- name: 'Modify custom fields'
297
- uses: leonsteinhaeuser/project-beta-automations@v1.2.1
297
+ uses: leonsteinhaeuser/project-beta-automations@v1.3.0
298
298
env:
299
299
DEBUG_LOG: "true"
300
300
with:
@@ -354,7 +354,7 @@ jobs:
354
354
if: github.event_name == 'issues' && github.event.action == 'opened'
355
355
steps:
356
356
- name: Move issue to ${{ env.todo }}
357
- uses: leonsteinhaeuser/project-beta-automations@v1.2.1
357
+ uses: leonsteinhaeuser/project-beta-automations@v1.3.0
358
358
env:
359
359
DEBUG_COMMANDS: true
360
360
DEBUG_LOG: true
0 commit comments