Skip to content

Add AI-generated PR labeling workflow #1

Add AI-generated PR labeling workflow

Add AI-generated PR labeling workflow #1

# .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

View workflow run for this annotation

GitHub Actions / .github/workflows/label-ai-generated-prs.yml

Invalid workflow file

error parsing called workflow ".github/workflows/label-ai-generated-prs.yml" -> "intercom/github-action-workflows/.github/workflows/label-ai-prs.yml@main" : workflow was not found. See https://docs.github.com/actions/learn-github-actions/reusing-workflows#access-to-reusable-workflows for more information.
secrets: inherit