From 522e5226c22f0b4b6ebd2bc36c4195f766fa83a3 Mon Sep 17 00:00:00 2001 From: kaylachun Date: Fri, 5 Apr 2024 10:27:54 -0700 Subject: [PATCH] chore: add maintenance team --- .github/workflows/jira-issue-label-added.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/jira-issue-label-added.yaml b/.github/workflows/jira-issue-label-added.yaml index 6eb7f84e5..cdfb501d4 100644 --- a/.github/workflows/jira-issue-label-added.yaml +++ b/.github/workflows/jira-issue-label-added.yaml @@ -9,5 +9,5 @@ jobs: call-workflow: uses: stoplightio/.github/.github/workflows/jira-issue-label-added.yaml@master with: - team-name: ${{ contains(github.event.pull_request.labels.*.name, 'team/bear-claws') && 'Bear Claws' || contains(github.event.pull_request.labels.*.name, 'team/honey-hackers') && 'Honey Hackers' || '' }} + team-name: ${{ contains(github.event.pull_request.labels.*.name, 'team/bear-claws') && 'Bear Claws' || contains(github.event.pull_request.labels.*.name, 'team/honey-hackers') && 'Honey Hackers' || contains(github.event.pull_request.labels.*.name, 'team/maintenance') && 'Maintenance' || '' }} secrets: inherit \ No newline at end of file