Add AI-generated PR labeling workflow #1
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
# .github/workflows/label-ai-generated-prs.yml | ||
name: Label AI-generated PRs | ||
on: | ||
pull_request: | ||
types: [opened, edited, synchronize] # run when the body changes too | ||
jobs: | ||
call-label-ai-prs: | ||
uses: intercom/github-action-workflows/.github/workflows/label-ai-prs.yml@main | ||
Check failure on line 10 in .github/workflows/label-ai-generated-prs.yml
|
||
secrets: inherit |