mirror of
https://github.com/naturalcrit/homebrewery.git
synced 2025-12-24 16:22:44 +00:00
Update pr-check.yml
This commit is contained in:
7
.github/workflows/pr-check.yml
vendored
7
.github/workflows/pr-check.yml
vendored
@@ -1,8 +1,5 @@
|
||||
name: PR Check
|
||||
on:
|
||||
pull_request:
|
||||
types:
|
||||
- opened
|
||||
on: pull_request_target
|
||||
env:
|
||||
GH_REPO: ${{ github.repository }}
|
||||
GH_NO_UPDATE_NOTIFIER: 1
|
||||
@@ -14,7 +11,7 @@ permissions:
|
||||
statuses: write
|
||||
jobs:
|
||||
limit-pull-requests:
|
||||
if: always() && github.repository_owner == 'Homebrew'
|
||||
if: always() && github.repository_owner == 'naturalcrit'
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: ./.github/actions/limit-pull-requests
|
||||
|
||||
Reference in New Issue
Block a user