Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .cm/ai-comment.cm
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ automations:
# Post a comment for all PRs to prompt the PR author to indicate whether they used AI to assist coding in this PR
# Only do this if there's no existing AI-related label and we haven't asked before
if:
- {{ pr.labels | match(pattern='🤖 ai-*') | nope }}
- {{ pr.labels | match(regex=r/🤖 ai-*/) | nope }}
run:
- action: add-comment@v1
args:
Expand Down