File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -21,18 +21,18 @@ jobs:
21
21
)
22
22
steps :
23
23
- name : 🙋♂️ Request reviewer from @way-finder-bot
24
- uses : wayofdev/gh-actions/actions/github/pull-request/request-review@v3.2 .0
24
+ uses : wayofdev/gh-actions/actions/github/pull-request/request-review@v3.3 .0
25
25
with :
26
26
reviewer : ' way-finder-bot'
27
27
github-token : " ${{ secrets.WAY_FINDER_BOT_TOKEN }}"
28
28
29
29
- name : 🙋♂️ Assign @way-finder-bot
30
- uses : wayofdev/gh-actions/actions/github/pull-request/add-assignee@v3.2 .0
30
+ uses : wayofdev/gh-actions/actions/github/pull-request/add-assignee@v3.3 .0
31
31
with :
32
32
assignee : ' way-finder-bot'
33
33
github-token : " ${{ secrets.WAY_FINDER_BOT_TOKEN }}"
34
34
35
35
- name : ✅ Approve pull request
36
- uses : wayofdev/gh-actions/actions/github/pull-request/approve@v3.2 .0
36
+ uses : wayofdev/gh-actions/actions/github/pull-request/approve@v3.3 .0
37
37
with :
38
38
github-token : " ${{ secrets.WAY_FINDER_BOT_TOKEN }}"
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ name: 🏷️ Add labels
16
16
17
17
jobs :
18
18
label :
19
- uses : wayofdev/gh-actions/.github/workflows/apply-labels.yml@v3.2 .0
19
+ uses : wayofdev/gh-actions/.github/workflows/apply-labels.yml@v3.3 .0
20
20
with :
21
21
os : ubuntu-latest
22
22
secrets :
You can’t perform that action at this time.
0 commit comments