Skip to content

Commit

Permalink
Trigger auto-request-review only for master branch
Browse files Browse the repository at this point in the history
  • Loading branch information
k0kubun committed Dec 15, 2023
1 parent 6802051 commit cfd9112
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/auto_request_review.yml
Expand Up @@ -10,7 +10,7 @@ jobs:
auto-request-review:
name: Auto Request Review
runs-on: ubuntu-latest
if: ${{ github.repository == 'ruby/ruby' }}
if: ${{ github.repository == 'ruby/ruby' && github.base_ref == 'master' }}
steps:
- name: Request review based on files changes and/or groups the author belongs to
uses: necojackarc/auto-request-review@6a51cebffe2c084705d9a7b394abd802e0119633 # v0.12.0
Expand Down

0 comments on commit cfd9112

Please sign in to comment.