mirror of
https://github.com/naturalcrit/homebrewery.git
synced 2025-12-24 18:32:41 +00:00
Update pr-check.yml
This commit is contained in:
6
.github/workflows/pr-check.yml
vendored
6
.github/workflows/pr-check.yml
vendored
@@ -14,7 +14,11 @@ jobs:
|
||||
if: always() && github.repository_owner == 'naturalcrit'
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: ./.github/actions/limit-pull-requests
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v2
|
||||
|
||||
- name : Run limit-pull-requests action
|
||||
uses: ./.github/actions/limit-pull-requests
|
||||
with:
|
||||
except-users: |
|
||||
dependabot
|
||||
|
||||
Reference in New Issue
Block a user