There was an error while loading. Please reload this page.
1 parent aef931e commit d6ee526Copy full SHA for d6ee526
1 file changed
workflow-templates/ai-policy.yml
@@ -76,10 +76,10 @@ jobs:
76
run: |
77
set -euo pipefail
78
AI_ASSISTED=false
79
- if grep -qiE '^(AI-assistant|Assisted-by):' /tmp/pr_commits.txt; then
+ if grep -qiE '^(AI-assistant|Assisted-by|AI-Assisted-By):' /tmp/pr_commits.txt; then
80
AI_ASSISTED=true
81
- echo "Found AI-assistant/Assisted-by trailer(s):"
82
- grep -iE '^(AI-assistant|Assisted-by):' /tmp/pr_commits.txt
+ echo "Found AI-assistant/Assisted-by/AI-Assisted-By trailer(s):"
+ grep -iE '^(AI-assistant|Assisted-by|AI-Assisted-By):' /tmp/pr_commits.txt
83
fi
84
echo "ai_assisted=${AI_ASSISTED}" >> "$GITHUB_OUTPUT"
85
0 commit comments