File tree 9 files changed +13
-13
lines changed
9 files changed +13
-13
lines changed Original file line number Diff line number Diff line change 6
6
interval : daily
7
7
open-pull-requests-limit : 1
8
8
labels :
9
- - bot
10
- - github-actions
9
+ - tag: bot
10
+ - type: github-actions
Original file line number Diff line number Diff line change 4
4
daysUntilClose : false
5
5
6
6
# Label to use when marking as stale
7
- staleLabel : stale
7
+ staleLabel : status: stale
8
8
9
9
# Comment to post when marking as stale
10
10
markComment : >
Original file line number Diff line number Diff line change 74
74
75
75
- name : Get modified files
76
76
id : get-modified-files
77
- uses : tj-actions/changed-files@v35
77
+ uses : tj-actions/changed-files@v42
78
78
with :
79
79
files : |
80
80
**/*.cpp
Original file line number Diff line number Diff line change 25
25
uses : actions/checkout@v3
26
26
27
27
- name : Free disk space (Ubuntu)
28
- uses : jlumbroso/free-disk-space@v1.2.0
28
+ uses : jlumbroso/free-disk-space@v1.3.1
29
29
with :
30
30
tool-cache : false
31
31
dotnet : false
Original file line number Diff line number Diff line change 8
8
runs-on : ubuntu-latest
9
9
steps :
10
10
- name : Cancel previous runs
11
- uses : styfle/cancel-workflow-action@0.11 .0
11
+ uses : styfle/cancel-workflow-action@0.12 .0
12
12
with :
13
13
workflow_id : all
14
14
all_but_latest : true
Original file line number Diff line number Diff line change 8
8
runs-on : ubuntu-latest
9
9
steps :
10
10
- name : Check out repository
11
- uses : actions/checkout@v3
11
+ uses : actions/checkout@v4
12
12
with :
13
13
fetch-depth : 0
14
14
Original file line number Diff line number Diff line change @@ -10,13 +10,13 @@ jobs:
10
10
steps :
11
11
- name : Generate token
12
12
id : generate-token
13
- uses : tibdex/github-app-token@v1
13
+ uses : tibdex/github-app-token@v2
14
14
with :
15
15
app_id : ${{ secrets.APP_ID }}
16
16
private_key : ${{ secrets.PRIVATE_KEY }}
17
17
18
18
- name : Check out repository
19
- uses : actions/checkout@v3
19
+ uses : actions/checkout@v4
20
20
with :
21
21
ref : ${{ github.event.pull_request.head.ref }}
22
22
Original file line number Diff line number Diff line change 8
8
runs-on : ubuntu-latest
9
9
steps :
10
10
- name : Check out repository
11
- uses : actions/checkout@v3
11
+ uses : actions/checkout@v4
12
12
13
13
- name : Run spell-check
14
14
uses : autowarefoundation/autoware-github-actions/spell-check@v1
Original file line number Diff line number Diff line change 18
18
steps :
19
19
- name : Generate token
20
20
id : generate-token
21
- uses : tibdex/github-app-token@v1
21
+ uses : tibdex/github-app-token@v2
22
22
with :
23
23
app_id : ${{ secrets.APP_ID }}
24
24
private_key : ${{ secrets.PRIVATE_KEY }}
28
28
with :
29
29
token : ${{ steps.generate-token.outputs.token }}
30
30
pr-labels : |
31
- bot
32
- sync-files
31
+ tag: bot
32
+ tag: sync-files
33
33
auto-merge-method : squash
You can’t perform that action at this time.
0 commit comments