Skip to content

Commit 857165f

Browse files
authored
docs: add compliance error fix message
1 parent c1de3f7 commit 857165f

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

.github/workflows/label-commenter-config.yml

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,12 @@ labels:
55
body: Please follow the issue templates.
66
action: close
77
pr:
8-
body: Thank you @{{ pull_request.user.login }} for suggesting this. Please follow the pull request templates.
9-
action: close
8+
body: |
9+
Thank you @{{ pull_request.user.login }} for raising a PR. Please follow the pull request templates.
10+
PR compliance is complaining because of the PR description, some things needs to be fixed properly, if you don't know how, try this:
11+
- Read the error carefully or read the contributing file
12+
- Checkout past merged Pull requests to see how they were done for it to be merged
13+
> Note: you can edit your PR message, this PR won't be merged if the error isn't gone and you have a week max to fix it before the PR gets closed without being merged
1014
- name: wontfix
1115
labeled:
1216
issue:
@@ -26,11 +30,11 @@ labels:
2630
issue:
2731
body: |
2832
This issue is waiting to be approved so it's locked until approved
29-
Thank you @{{ issue.user.login }} for creating an issue, while you wait for a response, consider reading the <a href="https://github.com/Dun-sin/Code-Magic/blob/main/CONTRIBUTING.md">Contributing.md file</a>, Thank you! Welcome to the community :nerd_face
33+
Thank you @{{ issue.user.login }} for creating an issue, while you wait for a response, consider reading the <a href="https://github.com/Dun-sin/Code-Magic/blob/main/CONTRIBUTING.md">Contributing.md file</a>, Thank you! Welcome to the community
3034
locking: lock
3135
- name: '🏁 status: ready for dev'
3236
labeled:
3337
issue:
3438
body: |
35-
This issue is ready for dev and assigned to anyone who proper asks
39+
This issue is ready for dev and assigned to anyone who properly asks
3640
locking: unlock

0 commit comments

Comments
 (0)