Skip to content

Commit

Permalink
removeme
Browse files Browse the repository at this point in the history
  • Loading branch information
atomrc committed Jan 24, 2024
1 parent b8a47e4 commit cd5f511
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pr-auto-merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ permissions:
jobs:
activate-auto-merge:
runs-on: ubuntu-latest
if: ${{github.actor == 'dependabot[bot]' || github.actor == 'otto-the-bot'}}
if: ${{github.actor == 'dependabot[bot]' || github.actor == 'otto-the-bot' || github.actor == 'atomrc'}}
steps:
- name: Approve PR
run: gh pr review --approve ${{github.event.pull_request.id}}
Expand Down

0 comments on commit cd5f511

Please sign in to comment.