Skip to content

Commit

Permalink
refactor: set pr-delete-branch default to 'no' (#45)
Browse files Browse the repository at this point in the history
  • Loading branch information
cesarcoatl authored Sep 10, 2024
1 parent 9acf617 commit 1736173
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pip-compile-upgrade.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ on:
Delete the local and remote branch after merge.
required: false
type: string
default: 'yes'
default: 'no'
sign-commits:
required: false
type: string
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pre-commit-autoupdate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ on:
Delete the local and remote branch after merge.
required: false
type: string
default: 'yes'
default: 'no'
sign-commits:
required: false
type: string
Expand Down

0 comments on commit 1736173

Please sign in to comment.