We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6493acc commit b149552Copy full SHA for b149552
.github/workflows/cleanup-pull-requests.yml
@@ -4,6 +4,7 @@ on:
4
push:
5
branches:
6
- trunk
7
+ - 'temp-test'
8
- '4.[1-9]'
9
- '[5-9].[0-9]'
10
@@ -24,5 +25,5 @@ jobs:
24
25
name: Clean up pull requests
26
permissions:
27
pull-requests: write
- if: ${{ github.repository == 'WordPress/wordpress-develop' }}
28
+ if: ${{ github.repository == 'desrosj/wordpress-develop' }}
29
uses: ./.github/workflows/reusable-cleanup-pull-requests.yml
0 commit comments