mirror of
https://github.com/oven-sh/bun
synced 2026-02-02 15:08:46 +00:00
Update auto-label-claude-prs.yml
This commit is contained in:
2
.github/workflows/auto-label-claude-prs.yml
vendored
2
.github/workflows/auto-label-claude-prs.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user