Skip to content

Commit 536f468

Browse files
authored
chore: label prod deploy pr as do not merge (#4518)
1 parent 5cff25a commit 536f468

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,6 @@ jobs:
1717
- uses: actions/checkout@v6
1818
with:
1919
fetch-depth: 0
20-
- run: gh pr create -B main -H develop --title 'Prod deploy' --fill
20+
- run: gh pr create -B main -H develop --title 'Prod deploy' --label 'do not merge' --fill
2121
env:
2222
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)