Skip to content

jira-automation#507

Merged
jirhiker merged 1 commit intostagingfrom
jira-automation
Feb 13, 2026
Merged

jira-automation#507
jirhiker merged 1 commit intostagingfrom
jira-automation

Conversation

@jirhiker
Copy link
Copy Markdown
Member

Why

This PR addresses the following problem / context:

  • Use bullet points here

How

Implementation summary - the following was changed / added / removed:

  • Use bullet points here

Notes

Any special considerations, workarounds, or follow-up work to note?

  • Use bullet points here

Copilot AI review requested due to automatic review settings February 13, 2026 17:02
@jirhiker jirhiker merged commit 65e39b2 into staging Feb 13, 2026
10 checks passed
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR reconfigures the Jira automation workflow to target the staging environment instead of production. The changes update the JIRA project filter, base branch, and deployment environment to align with a staging-first workflow.

Changes:

  • Updated ALLOWED_JIRA_PROJECT_KEYS from "ABC,DEF" to "BDMS" to filter for a specific project
  • Changed BASE_BRANCH from "main" to "staging" so automated PRs target the staging branch
  • Added environment: staging to ensure the workflow runs in the staging GitHub environment context

Comment on lines +18 to +24
ALLOWED_JIRA_PROJECT_KEYS: "BDMS" # comma-separated
ALLOWED_ISSUE_TYPES: "Story,Bug,Task" # comma-separated
REQUIRED_LABEL: "codex" # require this label on the Jira issue
REQUIRED_CUSTOM_FIELD_ID: "" # optional; e.g. "customfield_12345" (leave empty to disable)

# ---------------- BRANCH/PR ----------------
BASE_BRANCH: "main"
BASE_BRANCH: "staging"
Copy link

Copilot AI Feb 13, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The PR description is empty (only contains the template). Please fill in the Why, How, and Notes sections to explain:

  • Why ALLOWED_JIRA_PROJECT_KEYS changed from "ABC,DEF" to "BDMS"
  • Why BASE_BRANCH changed from "main" to "staging"
  • Why the staging environment was added
  • Whether this is intended to target staging deployments for all Jira-automated PRs going forward

This context is important for reviewers to understand the business rationale and ensure the changes align with team processes.

Copilot uses AI. Check for mistakes.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants