mirror of
https://github.com/naturalcrit/homebrewery.git
synced 2026-01-03 06:12:51 +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
|
name: PR Check
|
||||||
on:
|
on: pull_request_target
|
||||||
pull_request:
|
|
||||||
types:
|
|
||||||
- opened
|
|
||||||
env:
|
env:
|
||||||
GH_REPO: ${{ github.repository }}
|
GH_REPO: ${{ github.repository }}
|
||||||
GH_NO_UPDATE_NOTIFIER: 1
|
GH_NO_UPDATE_NOTIFIER: 1
|
||||||
@@ -14,7 +11,7 @@ permissions:
|
|||||||
statuses: write
|
statuses: write
|
||||||
jobs:
|
jobs:
|
||||||
limit-pull-requests:
|
limit-pull-requests:
|
||||||
if: always() && github.repository_owner == 'Homebrew'
|
if: always() && github.repository_owner == 'naturalcrit'
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: ./.github/actions/limit-pull-requests
|
- uses: ./.github/actions/limit-pull-requests
|
||||||
|
|||||||
Reference in New Issue
Block a user