File tree Expand file tree Collapse file tree 9 files changed +29
-16
lines changed
Expand file tree Collapse file tree 9 files changed +29
-16
lines changed Original file line number Diff line number Diff line change 88 - package-ecosystem : " github-actions"
99 directory : " /"
1010 schedule :
11- interval : " weekly "
11+ interval : " daily "
1212 open-pull-requests-limit : 3
1313 assignees :
1414 - " clouddrove-ci"
Original file line number Diff line number Diff line change 66
77 workflow_dispatch :
88jobs :
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
1111 secrets :
1212 GITHUB : ${{ secrets.GITHUB }}
1313 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+ ---
12name : changelog
23permissions : write-all
34on :
67 - " *"
78 workflow_dispatch :
89jobs :
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
1313 with :
1414 branch : ' master'
15+ ...
Original file line number Diff line number Diff line change 55 - master
66
77jobs :
8- readme-create :
8+ readme :
99 name : ' readme-create'
1010 runs-on : ubuntu-latest
1111 steps :
1212 - name : ' Checkout'
13- uses : actions/checkout@1.0.8
13+ uses : actions/checkout@master
1414
1515 - name : ' Set up Python 3.7'
1616 uses : actions/setup-python@v5
1717 with :
1818 python-version : ' 3.x'
1919
2020 - name : ' create readme'
21- uses : ' clouddrove/github-actions@v9 .0.2 '
21+ uses : ' clouddrove/github-actions@9 .0.3 '
2222 with :
2323 actions_subcommand : ' readme'
2424 github_token : ' ${{ secrets.GITHUB }}'
3535 continue-on-error : true
3636
3737 - name : ' push readme'
38- uses : ' clouddrove/github-actions@v9 .0.2 '
38+ uses : ' clouddrove/github-actions@9 .0.3 '
3939 continue-on-error : true
4040 with :
4141 actions_subcommand : ' push'
Original file line number Diff line number Diff line change 66 workflow_dispatch :
77jobs :
88 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
1010 with :
1111 working_directory : ' ./_examples/complete/'
1212 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
1414 with :
1515 working_directory : ' ./_examples/basic/'
Original file line number Diff line number Diff line change 66 workflow_dispatch :
77jobs :
88 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
1010 secrets :
1111 GITHUB : ${{ secrets.GITHUB }}
Original file line number Diff line number Diff line change 55 workflow_dispatch :
66jobs :
77 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
99 secrets :
1010 GITHUB : ${{ secrets.GITHUB }}
1111 with :
Original file line number Diff line number Diff line change 33# #-----------------------------------------------------------------------------
44module "labels" {
55 source = " terraform-do-modules/labels/digitalocean"
6- version = " 1.0.0 "
6+ version = " 1.0.1 "
77 name = var. name
88 environment = var. environment
99 managedby = var. managedby
You can’t perform that action at this time.
0 commit comments