Skip to content

Commit

Permalink
Allow the rule for owner
Browse files Browse the repository at this point in the history
  • Loading branch information
sanmai committed Feb 17, 2024
1 parent 9231763 commit 05f24b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/autoapprove.yaml
Expand Up @@ -9,7 +9,7 @@ jobs:
approve_pr:
name: Automatic Approval
runs-on: ubuntu-latest
if: github.actor != github.repository_owner
if: github.actor == github.repository_owner

steps:
- name: Auto-approve repository owner's PR
Expand Down

0 comments on commit 05f24b0

Please sign in to comment.