Skip to content

Commit

Permalink
[repo-manager] Update templates
Browse files Browse the repository at this point in the history
  • Loading branch information
knapo committed Dec 18, 2023
1 parent 8890ee2 commit f85c98a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/auto-approve.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: hmarr/auto-approve-action@v3
if: github.actor == 'dependabot[bot]' || github.actor == 'dependabot-preview[bot]' || github.actor == 'renofidev' || contains(toJson(github), 'AUTO-APPROVE')
if: github.actor == 'dependabot[bot]' || github.actor == 'dependabot-preview[bot]' || github.actor == 'renofidev' || contains(toJson(github), 'HOTFIX-AUTO-APPROVE')
with:
github-token: "${{ secrets.GITHUB_TOKEN }}"

0 comments on commit f85c98a

Please sign in to comment.