diff --git a/.github/.jira_sync_config.yaml b/.github/.jira_sync_config.yaml new file mode 100644 index 0000000..5e3e5d7 --- /dev/null +++ b/.github/.jira_sync_config.yaml @@ -0,0 +1,20 @@ +settings: + jira_project_key: "OPENG" + status_mapping: + opened: Untriaged + closed: done + not_planned: rejected + + components: + - prometheus-pushgateway + - team-core + + labels: + - 25.04 + + add_gh_comment: false + sync_description: false + sync_comments: false + + label_mapping: + "Type: Enhancement": Story diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md new file mode 100644 index 0000000..652c7d2 --- /dev/null +++ b/.github/pull_request_template.md @@ -0,0 +1,18 @@ +## Issue + + + +## Solution + + + +## Context + + + +## Testing Instructions + + + +## Upgrade Notes + diff --git a/.github/workflows/issues.yaml b/.github/workflows/issues.yaml deleted file mode 100644 index e723f98..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: prometheus-pushgateway