File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1515 description : Show diff but do not publish.
1616 type : boolean
1717 default : false
18+ low-priority-cooldown-weeks :
19+ description : >
20+ Override central low-priority cooldown (weeks). Empty uses
21+ central default (3). Set '0' to release low-priority drafts
22+ immediately.
23+ type : string
24+ default : ' '
25+ low-priority-sections :
26+ description : >
27+ Override central low-priority section list (comma-separated
28+ keywords). Empty uses central default
29+ ('Maintenance,Documentation'). Regardless of this setting,
30+ Dependabot github_actions bumps are filtered out so drafts
31+ made of only those never publish.
32+ type : string
33+ default : ' '
1834
1935concurrency :
2036 group : weekly-release-${{ github.repository }}
3248 repo-type : single
3349 dry-run : ${{ inputs.dry-run || false }}
3450 draft-tags : ${{ inputs.draft-tags || '' }}
51+ low-priority-cooldown-weeks : ${{ inputs.low-priority-cooldown-weeks || '' }}
52+ low-priority-sections : ${{ inputs.low-priority-sections || '' }}
You can’t perform that action at this time.
0 commit comments