kargo Slack Posting messages not received #6670
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 | |
name: Governance | |
on: | |
pull_request_target: | |
types: [ synchronize, opened, labeled, unlabeled ] | |
issues: | |
types: [ opened, labeled, unlabeled ] | |
issue_comment: | |
types: [ created ] | |
jobs: | |
governance: | |
permissions: | |
contents: read | |
issues: write | |
pull-requests: write | |
name: Governance | |
runs-on: ubuntu-latest | |
steps: | |
- uses: BirthdayResearch/oss-governance-bot@3abd2d1fd2376ba9990fbc795e7a4c54254e9c61 # v4.0.0 | |
with: | |
config-path: .github/governance.yml |