Utilize pre-defined annotation keys from OCI Image Format Specification #13462
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
# Documentation: https://github.com/BirthdayResearch/oss-governance-bot | |
on: | |
pull_request_target: | |
types: [ synchronize, opened, labeled, unlabeled ] | |
issues: | |
types: [ opened, labeled, unlabeled ] | |
issue_comment: | |
types: [ created ] | |
jobs: | |
governance: | |
name: Governance | |
runs-on: ubuntu-latest | |
steps: | |
- uses: BirthdayResearch/oss-governance-bot@v4 | |
with: | |
config-path: .github/governance.yml |