From c5acb28b00dc61164229f56018c5976c5816add3 Mon Sep 17 00:00:00 2001 From: Nikos Date: Thu, 25 Apr 2024 10:55:50 +0300 Subject: [PATCH] chore: add jira sync config --- .github/.jira_sync_config.yaml | 18 ++++++++++++++++++ .pre-commit-config.yaml | 4 ++-- 2 files changed, 20 insertions(+), 2 deletions(-) create mode 100644 .github/.jira_sync_config.yaml diff --git a/.github/.jira_sync_config.yaml b/.github/.jira_sync_config.yaml new file mode 100644 index 00000000..7c0a5b37 --- /dev/null +++ b/.github/.jira_sync_config.yaml @@ -0,0 +1,18 @@ +# From https://github.com/canonical/gh-jira-sync-bot#client-side-configuration +settings: + jira_project_key: "IAM" + status_mapping: + opened: Untriaged + closed: done + components: + - GLAuth + labels: + - bug + - enhancement + add_gh_comment: true + sync_description: true + sync_comments: true + epic_key: "IAM-471" + label_mapping: + enhancement: Story + bug: Bug diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 3f705d7c..2328d0e3 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -9,12 +9,12 @@ repos: - id: requirements-txt-fixer - id: trailing-whitespace - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.4.0 + rev: v0.4.1 hooks: - id: ruff args: [--fix, --exit-non-zero-on-fix] - repo: https://github.com/psf/black - rev: 24.4.0 + rev: 24.4.1 hooks: - id: black - repo: https://github.com/pre-commit/mirrors-mypy