Skip to content

Commit

Permalink
Update label_copilot.cm
Browse files Browse the repository at this point in the history
  • Loading branch information
BenLloydPearson authored Dec 19, 2023
1 parent 9b625a5 commit eac01fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .cm/label_copilot.cm
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ automations:
label_copilot:
# Detect PRs that contain the text '#copilot#' in the title, description, comments, or commit messages
if:
- {{ files | match(regex=r/Standard\/assign-code-experts\//) | every }}
- {{ files | match(regex=r/Integrations\copilot\//) | every }}
- {{ copilot_tag.pr_title or copilot_tag.pr_desc or copilot_tag.pr_comments or copilot_tag.commit_messages }}
# Apply a label indicating the user has adopted Copilot
run:
Expand Down

0 comments on commit eac01fd

Please sign in to comment.