Skip to content

Commit 3f2a519

Browse files
committed
chore: update allowed Jira project keys and change base branch to staging
1 parent d5b61a4 commit 3f2a519

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/jira_codex_pr.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,13 @@ concurrency:
1515

1616
env:
1717
# ---------------- GUARDRAILS ----------------
18-
ALLOWED_JIRA_PROJECT_KEYS: "ABC,DEF" # comma-separated
18+
ALLOWED_JIRA_PROJECT_KEYS: "BDMS" # comma-separated
1919
ALLOWED_ISSUE_TYPES: "Story,Bug,Task" # comma-separated
2020
REQUIRED_LABEL: "codex" # require this label on the Jira issue
2121
REQUIRED_CUSTOM_FIELD_ID: "" # optional; e.g. "customfield_12345" (leave empty to disable)
2222

2323
# ---------------- BRANCH/PR ----------------
24-
BASE_BRANCH: "main"
24+
BASE_BRANCH: "staging"
2525
BRANCH_PREFIX: "jira"
2626
MAX_TITLE_SLUG_LEN: "40"
2727

@@ -38,7 +38,7 @@ jobs:
3838
implement:
3939
runs-on: ubuntu-latest
4040
timeout-minutes: 60
41-
41+
environment: staging
4242
steps:
4343
- name: Checkout
4444
uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4

0 commit comments

Comments
 (0)