SCTRR-157 replace dependabot workflow with reference to reusable one #3
This file contains 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: Dependabot auto-approve and auto-merge | ||
on: pull_request | ||
permissions: | ||
contents: write | ||
pull-requests: write | ||
jobs: | ||
dependabot-workflow: | ||
uses: 38degrees/github-workflows/workflows/dependabot-auto-approve-and-merge.yml@main | ||
Check failure on line 10 in .github/workflows/dependabot-auto-approve-and-merge.yml GitHub Actions / .github/workflows/dependabot-auto-approve-and-merge.ymlInvalid workflow file
|
||