We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 40af474 + c84075a commit c1e52afCopy full SHA for c1e52af
2 files changed
.github/workflows/bump-version.yml
@@ -27,6 +27,5 @@ jobs:
27
title: "Release Engineering: Version bump to ${{ github.event.inputs.new_version }}."
28
body: "This PR updates codeql-coding-standards to version ${{ github.event.inputs.new_version }}."
29
commit-message: "Version bump to ${{ github.event.inputs.new_version }}."
30
- team-reviewers: github/codeql-coding-standards
31
delete-branch: true
32
branch: "automation/version-bump-${{ github.event.inputs.new_version }}"
.github/workflows/create-draft-release.yml
@@ -5,7 +5,7 @@ on:
5
inputs:
6
release_version_tag:
7
description: |
8
- The tag for the new draft release, e.g. v0.5.1.
+ The tag for the new draft release, e.g. 0.5.1 - do not include the `v`.
9
required: true
10
codeql_analysis_threads:
11
0 commit comments