File tree Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Original file line number Diff line number Diff line change 27
27
title : " Release Engineering: Version bump to ${{ github.event.inputs.new_version }}."
28
28
body : " This PR updates codeql-coding-standards to version ${{ github.event.inputs.new_version }}."
29
29
commit-message : " Version bump to ${{ github.event.inputs.new_version }}."
30
- team-reviewers : github/codeql-coding-standards
31
30
delete-branch : true
32
31
branch : " automation/version-bump-${{ github.event.inputs.new_version }}"
Original file line number Diff line number Diff line change 5
5
inputs :
6
6
release_version_tag :
7
7
description : |
8
- The tag for the new draft release, e.g. v0 .5.1.
8
+ The tag for the new draft release, e.g. 0 .5.1 - do not include the `v` .
9
9
required : true
10
10
codeql_analysis_threads :
11
11
description : |
You can’t perform that action at this time.
0 commit comments