File tree Expand file tree Collapse file tree 2 files changed +10
-6
lines changed Expand file tree Collapse file tree 2 files changed +10
-6
lines changed Original file line number Diff line number Diff line change 6666 pr-title-prefix :
6767 description : XXX
6868 required : false
69- default : ' [bot] '
69+ default : ' '
7070 type : string
7171 secrets :
7272 cloner-app-id :
@@ -245,7 +245,7 @@ jobs:
245245 uses : rhobs/create-pull-request@v3
246246 id : create-pr
247247 with :
248- title : " ${{ inputs.pr-title-prefix }} Bump ${{ inputs.downstream }} to ${{ steps.upstream.outputs.tag }}"
248+ title : " ${{ inputs.pr-title-prefix }} [bot] Bump ${{ inputs.downstream }} to ${{ steps.upstream.outputs.tag }}"
249249 body : |
250250 ## Description
251251 This is an automated version bump from CI.
Original file line number Diff line number Diff line change 66 inputs :
77 upstream-version-regex :
88 description : XXX
9- required : true
9+ required : false
10+ default : ' ^v\d+\.\d+\.\d+$'
1011 type : string
1112 sandbox-branch-prefix :
1213 description : XXX
13- required : true
14+ required : false
15+ default : automated-updates
1416 type : string
1517 pr-labels :
1618 description : XXX
17- required : true
19+ required : false
20+ default : ' '
1821 type : string
1922 pr-title-prefix :
2023 description : XXX
21- required : true
24+ required : false
25+ default : ' '
2226 type : string
2327 secrets :
2428 cloner-app-id :
You can’t perform that action at this time.
0 commit comments