Skip to content

Commit 7292cbd

Browse files
docs: updated version reference to v1.3.0
1 parent 6e78137 commit 7292cbd

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
@@ -94,7 +94,7 @@ jobs:
9494
if: github.event_name == 'issues' && (github.event.action == 'opened' || github.event.action == 'reopened')
9595
steps:
9696
- name: Move issue to ${{ env.todo }}
97-
uses: leonsteinhaeuser/project-beta-automations@v1.2.1
97+
uses: leonsteinhaeuser/project-beta-automations@v1.3.0
9898
with:
9999
gh_token: ${{ secrets.PERSONAL_ACCESS_TOKEN }}
100100
user: sample-user
@@ -108,7 +108,7 @@ jobs:
108108
if: github.event_name == 'issues' && github.event.action == 'closed'
109109
steps:
110110
- name: Moved issue to ${{ env.done }}
111-
uses: leonsteinhaeuser/project-beta-automations@v1.2.1
111+
uses: leonsteinhaeuser/project-beta-automations@v1.3.0
112112
with:
113113
gh_token: ${{ secrets.PERSONAL_ACCESS_TOKEN }}
114114
user: sample-user
@@ -122,7 +122,7 @@ jobs:
122122
if: github.event_name == 'pull_request' && (github.event.action == 'opened' || github.event.action == 'reopened' || github.event.action == 'review_requested')
123123
steps:
124124
- 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
126126
with:
127127
gh_token: ${{ secrets.PERSONAL_ACCESS_TOKEN }}
128128
user: sample-user
@@ -136,7 +136,7 @@ jobs:
136136
if: github.event_name == 'pull_request' && github.event.action == 'closed'
137137
steps:
138138
- name: Move PR to ${{ env.done }}
139-
uses: leonsteinhaeuser/project-beta-automations@v1.2.1
139+
uses: leonsteinhaeuser/project-beta-automations@v1.3.0
140140
with:
141141
gh_token: ${{ secrets.PERSONAL_ACCESS_TOKEN }}
142142
user: sample-user
@@ -241,7 +241,7 @@ jobs:
241241
if: github.event_name == 'issues' && (github.event.action == 'opened' || github.event.action == 'reopened')
242242
steps:
243243
- 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
245245
env:
246246
DEBUG_LOG: "true"
247247
with:
@@ -259,7 +259,7 @@ jobs:
259259
- issue_opened_or_reopened
260260
steps:
261261
- name: 'Modify custom fields'
262-
uses: leonsteinhaeuser/project-beta-automations@v1.2.1
262+
uses: leonsteinhaeuser/project-beta-automations@v1.3.0
263263
env:
264264
DEBUG_LOG: "true"
265265
with:
@@ -276,7 +276,7 @@ jobs:
276276
if: github.event_name == 'pull_request' && (github.event.action == 'opened' || github.event.action == 'reopened')
277277
steps:
278278
- 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
280280
env:
281281
DEBUG_LOG: "true"
282282
with:
@@ -294,7 +294,7 @@ jobs:
294294
- pr_opened_or_reopened
295295
steps:
296296
- name: 'Modify custom fields'
297-
uses: leonsteinhaeuser/project-beta-automations@v1.2.1
297+
uses: leonsteinhaeuser/project-beta-automations@v1.3.0
298298
env:
299299
DEBUG_LOG: "true"
300300
with:
@@ -354,7 +354,7 @@ jobs:
354354
if: github.event_name == 'issues' && github.event.action == 'opened'
355355
steps:
356356
- name: Move issue to ${{ env.todo }}
357-
uses: leonsteinhaeuser/project-beta-automations@v1.2.1
357+
uses: leonsteinhaeuser/project-beta-automations@v1.3.0
358358
env:
359359
DEBUG_COMMANDS: true
360360
DEBUG_LOG: true

0 commit comments

Comments
 (0)