File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 4040 description : " Integrate into SQS"
4141 type : boolean
4242 default : true
43+ bump-version :
44+ description : " Create PR for next iteration"
45+ type : boolean
46+ default : true
4347 issue-categories :
4448 description : " Jira issue categories to include in the release notes"
4549 required : false
5963 with :
6064 project-name : " SonarJava"
6165 plugin-name : " java"
66+ # Artifacts are matched exactly, so this will prevent updating javascript.
67+ plugin-artifacts-sqs : " java"
68+ plugin-artifacts-sqc : " java"
6269 jira-project-key : " SONARJAVA"
6370 runner-environment : " github-ubuntu-latest-s"
6471 rule-props-changed : ${{ github.event.inputs.rule-props-changed }}
7986
8087 bump_versions :
8188 name : Bump versions
89+ if : ${{ github.event.inputs.bump-version == 'true' }}
8290 needs : release
8391 uses : ./.github/workflows/PrepareNextIteration.yml
8492 permissions :
You can’t perform that action at this time.
0 commit comments