Skip to content

Commit 8c24c4c

Browse files
committed
Feat: update the automerge workflow
1 parent ddcf5e6 commit 8c24c4c

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/automerge.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,8 @@ jobs:
2929
GITHUB_TOKEN: ${{secrets.GITHUB}}
3030

3131
automerge:
32-
runs-on: ubuntu-latest
32+
runs-on: ubuntu-latest
33+
needs: autoapprove
3334
steps:
3435
- id: automerge
3536
name: automerge

.github/workflows/tflint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@ on:
66
workflow_dispatch:
77
jobs:
88
tf-lint:
9-
uses: clouddrove/test-tfsec/.github/workflows/tflint.yaml@1.0.6
9+
uses: clouddrove/github-shared-workflows/.github/workflows/tf-lint.yml@1.0.8
1010
secrets:
1111
GITHUB: ${{ secrets.GITHUB }}

0 commit comments

Comments
 (0)