Skip to content

Commit acfba03

Browse files
committed
📝 docs(cursor): simplify documentation for cursor PR labeling automation
1 parent 31c6174 commit acfba03

File tree

1 file changed

+2
-7
lines changed
  • docs/automations/integrations/cursor/flag-cursor-pr

1 file changed

+2
-7
lines changed

docs/automations/integrations/cursor/flag-cursor-pr/README.md

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,7 @@ category: [quality, genai, cursor, quickstart]
66

77
# Automatically Label Cursor PRs
88
<!-- --8<-- [start:example]-->
9-
Automatically apply labels to Pull Requests that are assisted by Cursor AI. This automation helps track the impact and usage of Cursor's AI capabilities across your development workflow. You can apply labels based on:
10-
11-
- A known list of Cursor users
12-
- AI-generated code comments
13-
- PR tags
14-
- Inline prompt responses
9+
Automatically apply labels to Pull Requests that are assisted by Cursor AI. This automation helps track the impact and usage of Cursor's AI capabilities across your development workflow.
1510

1611
=== "Label by Prompt"
1712
Prompt PR authors to indicate if they used Cursor for the PR and automatically label the PR if they did. This requires two separate automation files to handle posting the prompt and labeling accordingly.
@@ -27,7 +22,7 @@ Automatically apply labels to Pull Requests that are assisted by Cursor AI. This
2722

2823
* Post a comment prompting the author to indicate if Cursor assisted the author with writing the code in the PR.
2924

30-
!!! example "Ask the PR author about Cursor usage."
25+
!!! example "Ask the PR author about Cursor usage"
3126
```yaml+jinja
3227
--8<-- "docs/downloads/automation-library/integrations/cursor/comment_cursor_prompt.cm"
3328
```

0 commit comments

Comments
 (0)