0
0
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:
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
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