Publish API Breaking Change Check Results #80
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- | |
name: Publish API Breaking Change Check Results | |
on: | |
workflow_run: | |
workflows: [Check Public API for Breaking Changes] | |
types: [completed] | |
jobs: | |
publish-api-comparison: | |
uses: tektronix/python-package-ci-cd/.github/workflows/[email protected] | |
permissions: | |
checks: write | |
pull-requests: write |