Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions .github/workflows/automated-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,11 @@ on:
description: "Integrate into SQS"
type: boolean
default: true
issue-categories:
description: "Jira issue categories to include in the release notes"
required: false
type: string
default: "New Feature,False Positive,False Negative,Bug,Improvement,Task"

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is Task still relevant with the new taxonomy?


jobs:
release:
Expand Down Expand Up @@ -70,6 +75,7 @@ jobs:
verbose: ${{ github.event.inputs.verbose == 'true' }}
use-jira-sandbox: ${{ github.event.inputs.dry-run == 'true' }}
is-draft-release: ${{ github.event.inputs.dry-run == 'true' }}
issue-categories: ${{ github.event.inputs.issue-categories }}

bump_versions:
name: Bump versions
Expand Down
Loading