File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -15,13 +15,13 @@ concurrency:
1515
1616env :
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
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
You can’t perform that action at this time.
0 commit comments