Skip to content

Commit

Permalink
Removing '#' from color code (#30861)
Browse files Browse the repository at this point in the history
Removing `#` from color code when renaming the `Next Release` label to
actual release label.
  • Loading branch information
victoralfaro-dotcms authored Dec 5, 2024
1 parent 6d24366 commit 2642ee6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/issue_comp_release-labeling.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:
rename_label:
description: 'Rename label'
type: string
required: false
required: true
default: 'Next Release'
new_label:
description: 'New label'
Expand All @@ -25,7 +25,7 @@ on:
rename_label:
description: 'Rename label'
type: string
required: false
required: true
default: 'Next Release'
new_label:
description: 'New label'
Expand All @@ -35,7 +35,7 @@ on:
description: 'New label color'
type: string
required: false
default: '#fbca04'
default: 'fbca04'

jobs:
release-labeling:
Expand Down

0 comments on commit 2642ee6

Please sign in to comment.