Skip to content

Commit 25fae35

Browse files
committed
doc change
1 parent 420a05c commit 25fae35

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Test PR Review Action
22

33
on:
44
pull_request:
5-
types: [opened, synchronize]
5+
types: [opened, synchronize, labeled, unlabeled]
66

77
# Add required permissions
88
permissions:

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ AI-powered PR reviews using OpenRouter's language models. Get automated code rev
44

55
## How It Works
66

7-
1. When a PR is opened or updated, the action automatically runs
7+
1. When a PR is opened, updated, or a label is added/removed, the action automatically runs
88
2. It analyzes the PR's diff using your chosen AI model
99
3. Posts a detailed analysis as a PR comment, including:
1010
- Potential bugs and vulnerabilities
@@ -38,7 +38,7 @@ Create `.github/workflows/pr-review.yml` in your project with all available opti
3838
name: PR Review
3939
on:
4040
pull_request:
41-
types: [opened, synchronize]
41+
types: [opened, synchronize, labeled, unlabeled]
4242

4343
# Required permissions
4444
permissions:

0 commit comments

Comments
 (0)