Skip to content

Commit

Permalink
fix: create draft PRs at first
Browse files Browse the repository at this point in the history
  • Loading branch information
diogomatsubara committed Jun 10, 2024
1 parent 1660504 commit e771f2d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/bump-tag-dev.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Bump and tag dev branch
name: Bump and tag branch

on:
workflow_dispatch:
Expand Down Expand Up @@ -55,6 +55,7 @@ jobs:
branch: eclipse-zenoh-bot/bump-dev-version-${{ matrix.dependant }}
delete-branch: true
labels: internal
draft: true
token: ${{ secrets.BOT_TOKEN_WORKFLOW }}

bump-and-tag-bash:
Expand Down Expand Up @@ -104,4 +105,5 @@ jobs:
branch: eclipse-zenoh-bot/bump-dev-version-${{ matrix.dependant }}
delete-branch: true
labels: internal
draft: true
token: ${{ secrets.BOT_TOKEN_WORKFLOW }}

0 comments on commit e771f2d

Please sign in to comment.