ci: Make an issue when ops are missing, instead of messaging slack #279
Workflow file for this run
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: Check Conventional Commits format | |
on: | |
pull_request_target: | |
branches: | |
- main | |
types: | |
- opened | |
- edited | |
- synchronize | |
- labeled | |
- unlabeled | |
merge_group: | |
types: [checks_requested] | |
jobs: | |
check-title: | |
name: check-title | |
uses: CQCL/hugrverse-actions/.github/workflows/pr-title.yml@main | |
secrets: | |
GITHUB_PAT: ${{ secrets.HUGRBOT_PAT }} |