add ci release workflow based on DP workflows #7
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Sync GitHub issues to Jira issues | |
# Configuration syntax: | |
# https://github.com/canonical/gh-jira-sync-bot/blob/main/README.md#client-side-configuration | |
settings: | |
# Repository specific settings | |
components: # Jira components that will be added to Jira issue | |
- etcd-vm | |
# Settings shared across Data Platform repositories | |
label_mapping: | |
# If the GitHub issue does not have a label in this mapping, the Jira issue will be created as a Bug | |
enhancement: Story | |
jira_project_key: DPE # https://warthogs.atlassian.net/browse/DPE | |
status_mapping: | |
opened: untriaged | |
closed: done # GitHub issue closed as completed | |
not_planned: rejected # GitHub issue closed as not planned | |
add_gh_comment: true | |
sync_description: false | |
sync_comments: false |