ci(adcp): add storyboard CI job for seller_agent.py compliance checks #516
Workflow file for this run
This file contains hidden or 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: IPR Agreement | |
| # Delegates to the reusable workflow in adcontextprotocol/adcp. Signatures | |
| # land in the central ledger at adcontextprotocol/adcp:signatures/ipr-signatures.json. | |
| # See https://github.com/adcontextprotocol/adcp/blob/main/governance/ipr-bot-setup.md | |
| # for the GitHub App configuration and how to rotate / revoke credentials. | |
| on: | |
| issue_comment: | |
| types: [created] | |
| pull_request_target: | |
| types: [opened, synchronize, reopened] | |
| permissions: | |
| pull-requests: write | |
| statuses: write | |
| jobs: | |
| check: | |
| uses: adcontextprotocol/adcp/.github/workflows/ipr-check-callable.yml@main | |
| secrets: | |
| IPR_APP_ID: ${{ secrets.IPR_APP_ID }} | |
| IPR_APP_PRIVATE_KEY: ${{ secrets.IPR_APP_PRIVATE_KEY }} |