Skip to content

Commit 03d7f30

Browse files
authored
Update GitHub labels option is turned on by default (dotCMS#32200)
### Proposed Changes The flag to update GitHub labels is enabled by default. It makes the generation process easier
1 parent 184d81d commit 03d7f30

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/legacy-release_maven-release-process.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ on:
2626
update_github_labels:
2727
description: 'Update GitHub labels'
2828
type: boolean
29-
default: false
29+
default: true
3030
required: false
3131
notify_slack:
3232
description: 'Notify Slack'

0 commit comments

Comments
 (0)