From 59260a38faebf0a6e0507dedd53e96ddaefdc37a Mon Sep 17 00:00:00 2001 From: Simon Aronsson Date: Tue, 12 Nov 2024 16:05:53 +0100 Subject: [PATCH] migrate to issue bot --- .github/.jira_sync_config.yaml | 17 +++++++++++++++++ .github/workflows/issues.yaml | 11 ----------- 2 files changed, 17 insertions(+), 11 deletions(-) create mode 100644 .github/.jira_sync_config.yaml delete mode 100644 .github/workflows/issues.yaml diff --git a/.github/.jira_sync_config.yaml b/.github/.jira_sync_config.yaml new file mode 100644 index 00000000..f77e66db --- /dev/null +++ b/.github/.jira_sync_config.yaml @@ -0,0 +1,17 @@ +settings: + jira_project_key: "OPENG" + status_mapping: + opened: Untriaged + closed: done + not_planned: rejected + + components: + - prometheus + - team-core + + add_gh_comment: false + sync_description: false + sync_comments: false + + label_mapping: + enhancement: Story \ No newline at end of file diff --git a/.github/workflows/issues.yaml b/.github/workflows/issues.yaml deleted file mode 100644 index 196fa568..00000000 --- a/.github/workflows/issues.yaml +++ /dev/null @@ -1,11 +0,0 @@ -name: Issues - -on: [issues] - -jobs: - update: - name: Update Issue - uses: canonical/observability/.github/workflows/issues.yaml@main - secrets: inherit - with: - component: prometheus