From 7fdfd826c37b4a91fe54649820613ccc7ed88dcb Mon Sep 17 00:00:00 2001 From: Luke Parke Date: Fri, 19 Jun 2026 16:17:13 -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 00000000..614636ab --- /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-2335 + issueType: Task + syncIssues: true + syncPullRequests: false + labels: + - github-sync + - sailpoint-oss + - sdk-cli + - repo-typescript-sdk