File tree Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Expand file tree Collapse file tree 4 files changed +6
-6
lines changed 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 :
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ name: 🤞 Auto merge release
15
15
16
16
jobs :
17
17
auto-merge :
18
- uses : wayofdev/gh-actions/.github/workflows/auto-merge-release.yml@v3.2 .0
18
+ uses : wayofdev/gh-actions/.github/workflows/auto-merge-release.yml@v3.3 .0
19
19
with :
20
20
os : ubuntu-latest
21
21
pull-request-number : ${{ github.event.pull_request.number }}
Original file line number Diff line number Diff line change @@ -26,18 +26,18 @@ jobs:
26
26
)
27
27
steps :
28
28
- name : 🙋♂️ Request reviewer from @way-finder-bot
29
- uses : wayofdev/gh-actions/actions/github/pull-request/request-review@v3.2 .0
29
+ uses : wayofdev/gh-actions/actions/github/pull-request/request-review@v3.3 .0
30
30
with :
31
31
reviewer : ' way-finder-bot'
32
32
github-token : " ${{ secrets.WAY_FINDER_BOT_TOKEN }}"
33
33
34
34
- name : 🙋♂️ Assign @way-finder-bot
35
- uses : wayofdev/gh-actions/actions/github/pull-request/add-assignee@v3.2 .0
35
+ uses : wayofdev/gh-actions/actions/github/pull-request/add-assignee@v3.3 .0
36
36
with :
37
37
assignee : ' way-finder-bot'
38
38
github-token : " ${{ secrets.WAY_FINDER_BOT_TOKEN }}"
39
39
40
40
- name : ✅ Approve pull request
41
- uses : wayofdev/gh-actions/actions/github/pull-request/approve@v3.2 .0
41
+ uses : wayofdev/gh-actions/actions/github/pull-request/approve@v3.3 .0
42
42
with :
43
43
github-token : " ${{ secrets.WAY_FINDER_BOT_TOKEN }}"
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ concurrency:
16
16
17
17
jobs :
18
18
shellcheck :
19
- uses : wayofdev/gh-actions/.github/workflows/shellcheck.yml@v3.2 .0
19
+ uses : wayofdev/gh-actions/.github/workflows/shellcheck.yml@v3.3 .0
20
20
with :
21
21
os : ubuntu-latest
22
22
severity : warning
You can’t perform that action at this time.
0 commit comments