Skip to content

Commit

Permalink
Update - check-pr.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
classicrocker883 committed Jan 2, 2025
1 parent 5fcc049 commit 81ec1c0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/check-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ name: PR Bad Target
on:
pull_request_target:
types: [opened]
branches:
- 2024-*

jobs:
bad_target:
Expand All @@ -17,9 +19,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- name: Close invalid PR
if: ${{ github.event.pull_request.base.ref != '2024-December' }}
uses: superbrothers/[email protected]
- uses: superbrothers/[email protected]
with:
comment: >
Thanks for your contribution!
Expand Down

0 comments on commit 81ec1c0

Please sign in to comment.