Skip to content

Commit

Permalink
Merge branch 'master' into dependabot/npm_and_yarn/dev-dependencies-6…
Browse files Browse the repository at this point in the history
…9d7ca575f
  • Loading branch information
ylabonte authored Mar 21, 2024
2 parents cfec983 + 45ab776 commit 8492211
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/automerge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ permissions:

jobs:
automerge:
name: "Auto-merge PR (Dependabot only!)"
name: "Auto-approve PR"
runs-on: ubuntu-latest
if: github.actor == 'dependabot[bot]'
if: github.actor == 'dependabot[bot]' || github.actor == 'ylabonte'
steps:
- name: "Approve PR to enable auto-merge"
run: gh pr review --approve "$PR_URL"
Expand Down

0 comments on commit 8492211

Please sign in to comment.