feat: sync AI attribution governance from commit-check v2.11.0 #19
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: PR Autolabeler | ||
| permissions: | ||
| contents: write | ||
| pull-requests: write | ||
| on: | ||
| # pull_request event is required for autolabeler | ||
| pull_request: | ||
| types: [opened, reopened, synchronize] | ||
| jobs: | ||
| draft-release: | ||
|
Check failure on line 13 in .github/workflows/labeler.yml
|
||
| uses: commit-check/.github/.github/workflows/pr-labeler.yml@main | ||