We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5cff25a commit 536f468Copy full SHA for 536f468
.github/workflows/deploy.yml
@@ -17,6 +17,6 @@ jobs:
17
- uses: actions/checkout@v6
18
with:
19
fetch-depth: 0
20
- - run: gh pr create -B main -H develop --title 'Prod deploy' --fill
+ - run: gh pr create -B main -H develop --title 'Prod deploy' --label 'do not merge' --fill
21
env:
22
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
0 commit comments