From da56dff75e101948831745c8bdbfbc2826e4549b Mon Sep 17 00:00:00 2001 From: Simon Aronsson Date: Tue, 12 Nov 2024 15:01:12 +0100 Subject: [PATCH] migrate to issue bot --- .github/.jira_sync_config.yaml | 17 +++++++++++++++++ .github/workflows/issues.yaml | 10 ---------- 2 files changed, 17 insertions(+), 10 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 0000000..f71447b --- /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: + - grafana-agent + - 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 7244b60..0000000 --- a/.github/workflows/issues.yaml +++ /dev/null @@ -1,10 +0,0 @@ -name: Issues - -on: [issues] - -jobs: - issues: - name: Update Issues - uses: canonical/observability/.github/workflows/issues.yaml@main - with: - component: grafana-agent