We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6c48ce2 commit 25792e6Copy full SHA for 25792e6
.github/workflows/release-spec-v1.yml
@@ -87,3 +87,15 @@ jobs:
87
commit_author: "github-actions[bot] <github-actions[bot]@users.noreply.github.com>"
88
branch: ${{env.target_branch}}
89
file_pattern: "openapi/v1-deprecated/*"
90
+
91
+ failure-handler:
92
+ name: Failure Handler
93
+ needs: [ release-v1-oas-apis ]
94
+ if: ${{ always() && contains(needs.*.result, 'failure') }}
95
+ uses: ./.github/workflows/failure-handler.yml
96
+ with:
97
+ env: ${{ inputs.env }}
98
+ release_name: "OpenAPI Spec v1"
99
+ team_id: ${{ vars.JIRA_TEAM_ID_APIX_PLATFORM }}
100
+ secrets:
101
+ jira_api_token: ${{ secrets.JIRA_API_TOKEN }}
0 commit comments