0
0
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:
Trevor Buckner
2024-04-19 11:48:30 -04:00
committed by GitHub
parent 08e273bfd6
commit 19961c7ec5

View File

@@ -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