File tree Expand file tree Collapse file tree 6 files changed +11
-11
lines changed Expand file tree Collapse file tree 6 files changed +11
-11
lines changed Original file line number Diff line number Diff line change @@ -41,7 +41,7 @@ tag-template: 'v$RESOLVED_VERSION'
41
41
# - 'docs'
42
42
# - 'style'
43
43
44
- # automatically a label into a pull request
44
+ # automatically label pull requests
45
45
# https://github.com/release-drafter/release-drafter#autolabeler
46
46
autolabeler :
47
47
- label : ' feat'
Original file line number Diff line number Diff line change 10
10
check-links :
11
11
runs-on : ubuntu-latest
12
12
steps :
13
- - uses : actions/checkout@v3
13
+ - uses : actions/checkout@v4
14
14
with :
15
15
submodules : ' recursive'
16
16
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ name: Pull Request Tools
2
2
3
3
on :
4
4
workflow_dispatch :
5
- pull_request :
5
+ pull_request_target :
6
6
types : [
7
7
opened, # pr is created
8
8
reopened, # pr is reopened after being closed
24
24
pull-requests : write
25
25
steps :
26
26
- name : Checkout Repo
27
- uses : actions/checkout@v3 # https://github.com/actions/checkout/tree/main#usage
27
+ uses : actions/checkout@v4 # https://github.com/actions/checkout/tree/main#usage
28
28
29
29
# https://github.com/actions/labeler#usage
30
30
- uses : actions/labeler@v4
Original file line number Diff line number Diff line change 44
44
OTIO_CONSUMER_TEST_BUILD_DIR : ${{ github.workspace }}/consumertest
45
45
46
46
steps :
47
- - uses : actions/checkout@v3
47
+ - uses : actions/checkout@v4
48
48
with :
49
49
submodules : ' recursive'
50
50
- name : Install coverage dependency
@@ -116,7 +116,7 @@ jobs:
116
116
OTIO_CXX_BUILD_TMP_DIR : ${{ github.workspace }}/build
117
117
118
118
steps :
119
- - uses : actions/checkout@v3
119
+ - uses : actions/checkout@v4
120
120
with :
121
121
submodules : ' recursive'
122
122
- name : Set up MSYS2
@@ -180,7 +180,7 @@ jobs:
180
180
exclude :
181
181
- { os: macos-14, python-build: 'cp37*' }
182
182
steps :
183
- - uses : actions/checkout@v3
183
+ - uses : actions/checkout@v4
184
184
185
185
- name : Build wheels (Python 3)
186
186
@@ -201,7 +201,7 @@ jobs:
201
201
needs : py_build_test
202
202
runs-on : ubuntu-22.04
203
203
steps :
204
- - uses : actions/checkout@v3
204
+ - uses : actions/checkout@v4
205
205
with :
206
206
submodules : ' recursive'
207
207
Original file line number Diff line number Diff line change @@ -28,12 +28,12 @@ jobs:
28
28
outputs :
29
29
branch-name : ${{ steps.get-branch-name.outputs.branch-name }}
30
30
steps :
31
- - uses : actions/checkout@v3
31
+ - uses : actions/checkout@v4
32
32
33
33
- name : Create Branch
34
34
shell : bash
35
35
run : |
36
- sh ./ github/scripts/release-branch.sh
36
+ sh .github/scripts/release-branch.sh
37
37
38
38
- name : Get New Branch Name
39
39
id : get-branch-name
Original file line number Diff line number Diff line change 17
17
runs-on : ubuntu-latest
18
18
timeout-minutes : 5
19
19
steps :
20
- - uses : actions/checkout@v3
20
+ - uses : actions/checkout@v4
21
21
22
22
announce-release :
23
23
runs-on : ubuntu-latest
You can’t perform that action at this time.
0 commit comments