diff --git a/.github/workflows/auto-label-claude-prs.yml b/.github/workflows/auto-label-claude-prs.yml index 3c6a8e5870..b055137b5c 100644 --- a/.github/workflows/auto-label-claude-prs.yml +++ b/.github/workflows/auto-label-claude-prs.yml @@ -6,7 +6,7 @@ on: jobs: auto-label: - if: github.event.pull_request.user.login == 'robobun' + if: github.event.pull_request.user.login == 'robobun' || contains(github.event.pull_request.body, '🤖 Generated with') runs-on: ubuntu-latest permissions: contents: read @@ -21,4 +21,4 @@ jobs: repo: context.repo.repo, issue_number: context.issue.number, labels: ['claude'] - }); \ No newline at end of file + });