File tree 3 files changed +4
-8
lines changed
3 files changed +4
-8
lines changed Original file line number Diff line number Diff line change @@ -6,11 +6,10 @@ on: pull_request
6
6
7
7
# https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#permissions
8
8
permissions :
9
- actions : write
10
9
contents : write
11
10
12
11
jobs :
13
- Install :
12
+ template-oss-apply :
14
13
runs-on : ubuntu-latest
15
14
if : github.actor == 'dependabot[bot]'
16
15
steps :
Original file line number Diff line number Diff line change 5
5
6
6
# https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#permissions
7
7
permissions :
8
- actions : write
9
8
contents : write
10
9
11
10
jobs :
12
- Install :
11
+ template-oss-apply :
13
12
runs-on : ubuntu-latest
14
13
if : github.actor == 'dependabot[bot]'
15
14
steps :
Original file line number Diff line number Diff line change @@ -302,11 +302,10 @@ on: pull_request
302
302
303
303
# https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#permissions
304
304
permissions:
305
- actions: write
306
305
contents: write
307
306
308
307
jobs:
309
- Install :
308
+ template-oss-apply :
310
309
runs-on: ubuntu-latest
311
310
if: github.actor == 'dependabot[bot]'
312
311
steps:
@@ -967,11 +966,10 @@ on: pull_request
967
966
968
967
# https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#permissions
969
968
permissions:
970
- actions: write
971
969
contents: write
972
970
973
971
jobs:
974
- Install :
972
+ template-oss-apply :
975
973
runs-on: ubuntu-latest
976
974
if: github.actor == 'dependabot[bot]'
977
975
steps:
You can’t perform that action at this time.
0 commit comments