Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 4 additions & 2 deletions .github/workflows/auto_assignee.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
---
name: Auto Assign PRs

on:
Expand All @@ -7,8 +8,9 @@ on:
workflow_dispatch:
jobs:
assign-pr:
uses: clouddrove/github-shared-workflows/.github/workflows/[email protected].6
uses: clouddrove/github-shared-workflows/.github/workflows/[email protected].9
secrets:
GITHUB: ${{ secrets.GITHUB }}
with:
assignees: 'clouddrove-ci'
assignees: 'clouddrove-ci'
...
12 changes: 12 additions & 0 deletions .github/workflows/automerge.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
---
name: Auto merge
on:
pull_request:
jobs:
auto-merge:
uses: clouddrove/github-shared-workflows/.github/workflows/[email protected]
secrets:
GITHUB: ${{ secrets.GITHUB }}
with:
tfcheck: 'tf-checks-complete-example / Check code format'
...
6 changes: 4 additions & 2 deletions .github/workflows/changelog.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
---
name: changelog
permissions: write-all
on:
Expand All @@ -7,7 +8,8 @@ on:
workflow_dispatch:
jobs:
call-workflow-changelog:
uses: clouddrove/github-shared-workflows/.github/workflows/[email protected].6
uses: clouddrove/github-shared-workflows/.github/workflows/[email protected].9
secrets: inherit
with:
branch: 'master'
branch: 'master'
...
6 changes: 4 additions & 2 deletions .github/workflows/tf-checks.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
---
name: tf-checks
on:
push:
Expand All @@ -6,10 +7,11 @@ on:
workflow_dispatch:
jobs:
tf-checks-complete-example:
uses: clouddrove/github-shared-workflows/.github/workflows/[email protected].6
uses: clouddrove/github-shared-workflows/.github/workflows/[email protected].9
with:
working_directory: './_examples/complete/'
tf-checks-basic-example:
uses: clouddrove/github-shared-workflows/.github/workflows/[email protected].6
uses: clouddrove/github-shared-workflows/.github/workflows/[email protected].9
with:
working_directory: './_examples/vpc_link_api/'
...
6 changes: 4 additions & 2 deletions .github/workflows/tflint.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
---
name: tf-lint
on:
push:
Expand All @@ -6,6 +7,7 @@ on:
workflow_dispatch:
jobs:
tf-lint:
uses: clouddrove/github-shared-workflows/.github/workflows/[email protected].6
uses: clouddrove/github-shared-workflows/.github/workflows/[email protected].9
secrets:
GITHUB: ${{ secrets.GITHUB }}
GITHUB: ${{ secrets.GITHUB }}
...
4 changes: 3 additions & 1 deletion .github/workflows/tfsec.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,13 @@
---
name: tfsec
permissions: write-all
on:
pull_request:
workflow_dispatch:
jobs:
tfsec:
uses: clouddrove/github-shared-workflows/.github/workflows/[email protected].6
uses: clouddrove/github-shared-workflows/.github/workflows/[email protected].9
secrets: inherit
with:
working_directory: '.'
...