From c07809498842842072c8dc320449e9b5f3d751d9 Mon Sep 17 00:00:00 2001 From: Luke Parke Date: Fri, 19 Jun 2026 16:15:26 -0500 Subject: [PATCH] chore: add Codey-Bot Jira sync config --- .github/codey-bot.yml | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 .github/codey-bot.yml diff --git a/.github/codey-bot.yml b/.github/codey-bot.yml new file mode 100644 index 0000000..be83c14 --- /dev/null +++ b/.github/codey-bot.yml @@ -0,0 +1,31 @@ +# Codey-Bot Jira sync configuration. +# Dry-run mode validates wiring without creating Jira issues. +dryRun: true + +spam: + enabled: false +community: + welcomeMessage: null + newContributorLabel: null + autoLabeler: {} +pr: + requireBody: false + conventionalCommits: false + autoFormat: false +qualityGate: + enabled: false +stale: + enabled: false + +jiraSync: + enabled: true + projectKey: DEVREL + epicKey: DEVREL-1547 + issueType: Task + syncIssues: true + syncPullRequests: false + labels: + - github-sync + - sailpoint-oss + - developer-tools + - repo-event-trigger-examples