Skip to content

Commit 64db5c8

Browse files
ci: Update teams and on-call person for Git workflows
1 parent b9b3689 commit 64db5c8

File tree

5 files changed

+8
-8
lines changed

5 files changed

+8
-8
lines changed

.github/workflows/api-versions-reminder.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
if: steps.retrieve-sunset-apis.outputs.hash_code_sunset_apis != null
4848
env:
4949
JIRA_API_TOKEN: ${{ secrets.jira_api_token }}
50-
JIRA_TEAM_ID: ${{ vars.JIRA_TEAM_ID_APIX_1}}
50+
JIRA_TEAM_ID: ${{ vars.JIRA_TEAM_ID_APIX_PLATFORM}}
5151
JIRA_TICKET_TITLE: "Some APIs are approaching their sunset date in the next 3 months. ID: ${{steps.retrieve-sunset-apis.outputs.hash_code_sunset_apis}}"
5252
run: |
5353
sunset_apis=$(sed 's/"/\\"/g' sunset_apis.json)
@@ -111,7 +111,7 @@ jobs:
111111
if: steps.retrieve-sunset-apis.outputs.hash_code_sunset_apis != null
112112
env:
113113
JIRA_API_TOKEN: ${{ secrets.jira_api_token }}
114-
JIRA_TEAM_ID: ${{ vars.JIRA_TEAM_ID_APIX_1}}
114+
JIRA_TEAM_ID: ${{ vars.JIRA_TEAM_ID_APIX_PLATFORM}}
115115
JIRA_TICKET_TITLE: "Some APIs are approaching their sunset date in the next month. ID: ${{steps.retrieve-sunset-apis.outputs.hash_code_sunset_apis}}"
116116
run: |
117117
sunset_apis=$(sed 's/"/\\"/g' sunset_apis.json)
@@ -175,7 +175,7 @@ jobs:
175175
if: steps.retrieve-sunset-apis.outputs.hash_code_sunset_apis != null
176176
env:
177177
JIRA_API_TOKEN: ${{ secrets.jira_api_token }}
178-
JIRA_TEAM_ID: ${{ vars.JIRA_TEAM_ID_APIX_1}}
178+
JIRA_TEAM_ID: ${{ vars.JIRA_TEAM_ID_APIX_PLATFORM}}
179179
JIRA_TICKET_TITLE: "Some APIs are approaching their sunset date in the next week. ID: ${{steps.retrieve-sunset-apis.outputs.hash_code_sunset_apis}}"
180180
run: |
181181
sunset_apis=$(sed 's/"/\\"/g' sunset_apis.json)

.github/workflows/optional-spec-validations.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,11 +59,11 @@ jobs:
5959
with:
6060
env: ${{ inputs.env }}
6161
task_name: 'Optional Postman validation'
62-
team_id: ${{ vars.JIRA_TEAM_ID_APIX_1 }}
62+
team_id: ${{ vars.JIRA_TEAM_ID_APIX_PLATFORM }}
6363
- name: Create Issue - IPA validation Failed
6464
if: ${{ failure() && steps.ipa-spectral-validation.outcome == 'failure'}}
6565
uses: ./.github/workflows/task-failure-handler.yml
6666
with:
6767
env: ${{ inputs.env }}
6868
task_name: 'Optional IPA validation'
69-
team_id: ${{ vars.JIRA_TEAM_ID_APIX_1 }}
69+
team_id: ${{ vars.JIRA_TEAM_ID_APIX_PLATFORM }}

.github/workflows/release-IPA-metrics.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,6 @@ jobs:
6262
with:
6363
env: 'dev'
6464
release_name: "IPA Metrics"
65-
team_id: ${{ vars.JIRA_TEAM_ID_APIX_1 }}
65+
team_id: ${{ vars.JIRA_TEAM_ID_APIX_PLATFORM }}
6666
secrets:
6767
jira_api_token: ${{ secrets.JIRA_API_TOKEN }}

.github/workflows/release-cli.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,6 @@ jobs:
8080
with:
8181
env: "prod"
8282
release_name: "FOASCLI"
83-
team_id: ${{ vars.JIRA_TEAM_ID_APIX_1 }}
83+
team_id: ${{ vars.JIRA_TEAM_ID_APIX_PLATFORM }}
8484
secrets:
8585
jira_api_token: ${{ secrets.JIRA_API_TOKEN }}

.github/workflows/release-spec.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -253,6 +253,6 @@ jobs:
253253
with:
254254
env: ${{ inputs.env }}
255255
release_name: "OpenAPI Spec"
256-
team_id: ${{ vars.JIRA_TEAM_ID_APIX_1 }}
256+
team_id: ${{ vars.JIRA_TEAM_ID_APIX_PLATFORM }}
257257
secrets:
258258
jira_api_token: ${{ secrets.JIRA_API_TOKEN }}

0 commit comments

Comments
 (0)