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 d8113c7 commit 38ba511Copy full SHA for 38ba511
.github/workflows/Pull from Upstream and Merge PRs.yml
@@ -22,7 +22,7 @@ env:
22
# Default PR numbers to use for both scheduled and manual runs (if not specified)
23
# This list is automatically updated - merged PRs are removed after successful runs
24
# To add new PRs: edit this line and add the PR numbers to the list
25
- DEFAULT_PR_NUMBERS: '6824,6969'
+ DEFAULT_PR_NUMBERS: ''
26
# Token for authentication
27
GH_TOKEN: ${{ secrets.PAT_TOKEN || secrets.GITHUB_TOKEN || github.token }}
28
0 commit comments