File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 12
12
&& contains(toJson(github.event.issue.labels), 'Available')
13
13
runs-on : ubuntu-latest
14
14
steps :
15
- - uses : actions/github-script@v3 .1
15
+ - uses : actions/github-script@v4 .1
16
16
with :
17
17
github-token : ${{secrets.GITHUB_TOKEN}}
18
18
script : |
Original file line number Diff line number Diff line change 8
8
comment :
9
9
runs-on : ubuntu-latest
10
10
steps :
11
- - uses : actions/github-script@v3 .1
11
+ - uses : actions/github-script@v4 .1
12
12
with :
13
13
github-token : ${{secrets.GITHUB_TOKEN}}
14
14
script : |
Original file line number Diff line number Diff line change 10
10
runs-on : ubuntu-latest
11
11
steps :
12
12
- name : Add "needs/triage" label
13
- uses : actions/github-script@v3
13
+ uses : actions/github-script@v4
14
14
with :
15
15
github-token : ${{ secrets.GITHUB_TOKEN }}
16
16
script : |
Original file line number Diff line number Diff line change 6
6
welcome :
7
7
runs-on : ubuntu-latest
8
8
steps :
9
- - uses : actions/github-script@v3 .1
9
+ - uses : actions/github-script@v4 .1
10
10
with :
11
11
github-token : ${{secrets.GITHUB_TOKEN}}
12
12
script : |
You can’t perform that action at this time.
0 commit comments