chore(deps): bump clouddrove/github-shared-workflows/.github/workflows/gitleaks-pr-scan.yml from 62909fc10e105bba5cba4ff73b03c020b97789d4 to f6cad30db3bfad5fc248a08ab65ac82eb8dbcb82 #56
Workflow file for this run
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| name: Auto merge | |
| on: | |
| pull_request: | |
| permissions: | |
| contents: write | |
| checks: read | |
| pull-requests: write | |
| jobs: | |
| auto-merge: | |
| uses: clouddrove/github-shared-workflows/.github/workflows/auto_merge.yml@88efd7724e007c8f721a219498be29e0c9ad471b # pinned to latest | |
| with: | |
| azure_cloud: true | |
| tfchecks_azure: '["tf-lint / tflint"]' | |
| secrets: | |
| GITHUB: ${{ secrets.GITHUB }} |