You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# Ensure the script itself doesn't fail the workflow:
86
+
exit 0
87
+
77
88
# Post commit message as PR comment:
78
89
- name: 'Post commit message as PR comment'
79
90
uses: peter-evans/create-or-update-comment@v4
@@ -88,3 +99,5 @@ jobs:
88
99
```
89
100
90
101
*Please review the above commit message and make any necessary adjustments.*
102
+
103
+
${{ steps.commit_message.outputs.has_tracking_issue == 'true' && '⚠️ **Action Required**: This PR references tracking issues. Please update the PR description to replace any "Closes", "Fixes", or "Resolves" keywords with "Ref" when referencing these issues.' || '' }}
0 commit comments