File tree 8 files changed +29
-16
lines changed
8 files changed +29
-16
lines changed Original file line number Diff line number Diff line change 8
8
- package-ecosystem : " github-actions"
9
9
directory : " /"
10
10
schedule :
11
- interval : " weekly "
11
+ interval : " daily "
12
12
open-pull-requests-limit : 3
13
13
assignees :
14
14
- " clouddrove-ci"
Original file line number Diff line number Diff line change 6
6
7
7
workflow_dispatch :
8
8
jobs :
9
- assign-pr :
10
- uses : clouddrove/github-shared-workflows/.github/workflows/auto_assignee.yml@1.0.8
9
+ assignee :
10
+ uses : clouddrove/github-shared-workflows/.github/workflows/auto_assignee.yml@1.2.1
11
11
secrets :
12
12
GITHUB : ${{ secrets.GITHUB }}
13
13
with :
Original file line number Diff line number Diff line change
1
+ ---
2
+ name : Auto merge
3
+ on :
4
+ pull_request :
5
+ jobs :
6
+ auto-merge :
7
+ uses :
clouddrove/github-shared-workflows/.github/workflows/[email protected]
8
+ secrets :
9
+ GITHUB : ${{ secrets.GITHUB }}
10
+ with :
11
+ tfcheck : ' tf-checks-basic-example / Check code format'
12
+ ...
Original file line number Diff line number Diff line change
1
+ ---
1
2
name : changelog
2
3
permissions : write-all
3
4
on :
6
7
- " *"
7
8
workflow_dispatch :
8
9
jobs :
9
- call-workflow-changelog :
10
- uses :
clouddrove/github-shared-workflows/.github/workflows/[email protected]
11
- secrets :
12
- GITHUB : ${{ secrets.GITHUB }}
10
+ changelog :
11
+ uses :
clouddrove/github-shared-workflows/.github/workflows/[email protected]
12
+ secrets : inherit
13
13
with :
14
14
branch : ' master'
15
+ ...
Original file line number Diff line number Diff line change 5
5
- master
6
6
7
7
jobs :
8
- readme-create :
8
+ readme :
9
9
name : ' readme-create'
10
10
runs-on : ubuntu-latest
11
11
steps :
12
12
- name : ' Checkout'
13
- uses : actions/checkout@1.0.8
13
+ uses : actions/checkout@master
14
14
15
15
- name : ' Set up Python 3.7'
16
- uses : actions/setup-python@v4
16
+ uses : actions/setup-python@v5
17
17
with :
18
18
python-version : ' 3.x'
19
19
20
20
- name : ' create readme'
21
- uses : ' clouddrove/github-actions@v9 .0.2 '
21
+ uses : ' clouddrove/github-actions@9 .0.3 '
22
22
with :
23
23
actions_subcommand : ' readme'
24
24
github_token : ' ${{ secrets.GITHUB }}'
35
35
continue-on-error : true
36
36
37
37
- name : ' push readme'
38
- uses : ' clouddrove/github-actions@v9 .0.2 '
38
+ uses : ' clouddrove/github-actions@9 .0.3 '
39
39
continue-on-error : true
40
40
with :
41
41
actions_subcommand : ' push'
Original file line number Diff line number Diff line change 6
6
workflow_dispatch :
7
7
jobs :
8
8
tf-checks-complete-example :
9
- uses : clouddrove/github-shared-workflows/.github/workflows/tf-checks.yml@1.0.8
9
+ uses : clouddrove/github-shared-workflows/.github/workflows/tf-checks.yml@1.2.1
10
10
with :
11
11
working_directory : ' ./_examples/complete/'
12
12
tf-checks-basic-example :
13
- uses : clouddrove/github-shared-workflows/.github/workflows/tf-checks.yml@1.0.8
13
+ uses : clouddrove/github-shared-workflows/.github/workflows/tf-checks.yml@1.2.1
14
14
with :
15
15
working_directory : ' ./_examples/basic/'
Original file line number Diff line number Diff line change 6
6
workflow_dispatch :
7
7
jobs :
8
8
tf-lint :
9
- uses : clouddrove/github-shared-workflows/.github/workflows/tf-lint.yml@1.0.8
9
+ uses : clouddrove/github-shared-workflows/.github/workflows/tf-lint.yml@1.2.1
10
10
secrets :
11
11
GITHUB : ${{ secrets.GITHUB }}
Original file line number Diff line number Diff line change 5
5
workflow_dispatch :
6
6
jobs :
7
7
tfsec :
8
- uses : clouddrove/github-shared-workflows/.github/workflows/tfsec.yml@1.0.8
8
+ uses : clouddrove/github-shared-workflows/.github/workflows/tfsec.yml@1.2.1
9
9
secrets :
10
10
GITHUB : ${{ secrets.GITHUB }}
11
11
with :
You can’t perform that action at this time.
0 commit comments