Skip to content

Commit

Permalink
Merge pull request #3 from mbestavros/main
Browse files Browse the repository at this point in the history
Disable auto merge
  • Loading branch information
mbestavros authored Apr 28, 2021
2 parents 8b97c72 + 1abc2bc commit a28b496
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pull-request-responsibility.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,6 @@ jobs:
steps:
- uses: actions-automation/pull-request-responsibility@main
with:
actions: "request,assign,copy-labels-linked,merge" # The actions to run.
actions: "request,assign,copy-labels-linked" # The actions to run.
reviewers: "reviews" # The team to pull reviewers from for `request`.
num_to_request: 3 # The number of reviewers that `request` should request on new PRs.

0 comments on commit a28b496

Please sign in to comment.