We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1cc00f1 commit 1ffa207Copy full SHA for 1ffa207
1 file changed
.github/workflows/ide-automated-release.yml
@@ -16,9 +16,10 @@ on:
16
required: true
17
type: string
18
pm-email:
19
- description: "Product manager email to assign the REL ticket after release is done"
20
- required: true
+ description: "Product manager email to assign the REL ticket after release is done, defaults to IDE XP PM"
+ required: false
21
22
+ default: "alexander.rage@sonarsource.com"
23
short-description:
24
description: "A brief summary of what the release contains"
25
@@ -27,7 +28,7 @@ on:
27
28
description: "For testing: use Jira sandbox and create draft releases in GitHub"
29
required: false
30
type: boolean
- default: true
31
+ default: false
32
branch:
33
description: "Branch from which to do the release"
34
0 commit comments