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
Copy file name to clipboardexpand all lines: .github/pull_request_template.md
+6
Original file line number
Diff line number
Diff line change
@@ -77,3 +77,9 @@ None, automtated tests are fine.
77
77
<!--
78
78
## Deployment instructions
79
79
-->
80
+
81
+
<!-- If you are on Discord, please join https://discord.gg/ai16z and state your Discord username here for contribute role and join us in #development-feed -->
Copy file name to clipboardexpand all lines: .github/workflows/pr.yaml
+1-1
Original file line number
Diff line number
Diff line change
@@ -25,4 +25,4 @@ jobs:
25
25
- name: Set status
26
26
if: failure()
27
27
run: |
28
-
gh pr comment ${{ github.event.pull_request.number }} --body "❌ PR title does not match the required pattern. Please use the format: 'type: description' (e.g., 'feat: add new feature')."
28
+
gh pr comment ${{ github.event.pull_request.number }} --body "❌ PR title does not match the required pattern. Please use the format: 'type: description' (e.g., 'feat|fix|docs|style|refactor|test|chore: title')."
0 commit comments