Skip to content

Commit 7963535

Browse files
JoannaaKLCopilot
andauthored
Update .github/workflows/issue-labeler.yml
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 0f35b2c commit 7963535

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/issue-labeler.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,8 @@ jobs:
1010
permissions:
1111
issues: write
1212
steps:
13-
- run: gh issue edit "$NUMBER" --add-label "$LABELS"
13+
- name: Add AI review label to issue
14+
run: gh issue edit "$NUMBER" --add-label "$LABELS"
1415
env:
1516
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
1617
GH_REPO: ${{ github.repository }}

0 commit comments

Comments
 (0)