File tree Expand file tree Collapse file tree 6 files changed +17
-5
lines changed Expand file tree Collapse file tree 6 files changed +17
-5
lines changed Original file line number Diff line number Diff line change 7
7
workflow_dispatch :
8
8
jobs :
9
9
assignee :
10
- uses : clouddrove/github-shared-workflows/.github/workflows/auto_assignee.yml@1.0.6
10
+ uses : clouddrove/github-shared-workflows/.github/workflows/auto_assignee.yml@1.0.9
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/auto_merge.yml@1.0.9
8
+ secrets :
9
+ GITHUB : ${{ secrets.GITHUB }}
10
+ with :
11
+ tfcheck : ' _example / Check code format'
12
+ ...
Original file line number Diff line number Diff line change 7
7
workflow_dispatch :
8
8
jobs :
9
9
changelog :
10
- uses : clouddrove/github-shared-workflows/.github/workflows/changelog.yml@1.0.6
10
+ uses : clouddrove/github-shared-workflows/.github/workflows/changelog.yml@1.0.9
11
11
secrets : inherit
12
12
with :
13
13
branch : ' master'
Original file line number Diff line number Diff line change 6
6
workflow_dispatch :
7
7
jobs :
8
8
_example :
9
- uses : clouddrove/github-shared-workflows/.github/workflows/tf-checks.yml@1.0.6
9
+ uses : clouddrove/github-shared-workflows/.github/workflows/tf-checks.yml@1.0.9
10
10
with :
11
11
working_directory : ' ./_example/'
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.6
9
+ uses : clouddrove/github-shared-workflows/.github/workflows/tf-lint.yml@1.0.9
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.6
8
+ uses : clouddrove/github-shared-workflows/.github/workflows/tfsec.yml@1.0.9
9
9
secrets : inherit
10
10
with :
11
11
working_directory : ' .'
You can’t perform that action at this time.
0 commit comments