We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5fcc049 commit 81ec1c0Copy full SHA for 81ec1c0
.github/workflows/check-pr.yml
@@ -8,6 +8,8 @@ name: PR Bad Target
8
on:
9
pull_request_target:
10
types: [opened]
11
+ branches:
12
+ - 2024-*
13
14
jobs:
15
bad_target:
@@ -17,9 +19,7 @@ jobs:
17
19
runs-on: ubuntu-latest
18
20
21
steps:
- - name: Close invalid PR
- if: ${{ github.event.pull_request.base.ref != '2024-December' }}
22
- uses: superbrothers/[email protected]
+ - uses: superbrothers/[email protected]
23
with:
24
comment: >
25
Thanks for your contribution!
0 commit comments