Skip to content

Commit 29481c0

Browse files
committed
feat: label commenter config
Signed-off-by: Krish Gupta <krishguptadev@outlook.com>
1 parent 7036f40 commit 29481c0

File tree

1 file changed

+26
-0
lines changed

1 file changed

+26
-0
lines changed

.github/label-commenter-config.yml

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
2+
comment:
3+
# header: "Please note the following requirement:"
4+
footer: "\
5+
---\n\n
6+
> &nbsp; &#9; &nbsp; &#9; &nbsp; &#9; &nbsp; &#9; Be sure to [join the community](http://slack.layer5.io), if you haven't yet and please leave a :star: [star on the project](../stargazers) :smile:
7+
"
8+
9+
labels:
10+
- name: issue/design required
11+
labeled:
12+
issue:
13+
body: This issue has been labeled with 'design-required'. Note that prior to commencing on implementation, a design specification needs to be created and reviewed for approval. See [Creating a Functional Specification](https://docs.google.com/document/d/1RP3IWLc-MiQS-QYasqCoVuCH7--G87p5ezE5f_nOzB8/edit?usp=sharing) to create a design spec.
14+
action: open
15+
- name: issue/remind
16+
labeled:
17+
issue:
18+
body: Checking in... it has been awhile since we&#39;ve heard from you on this issue. Are you still working on it? Please let us know and please don&#39;t hesitate to contact a [MeshMate](https://layer5.io/community/meshmates/) or any other [community member](https://layer5.io/community/members) for assistance.
19+
action: open
20+
- name: issue/dco
21+
labeled:
22+
pr:
23+
body: "🚨 Alert! Git Police! We couldn’t help but notice that one or more of your commits is missing a sign-off. _A what?_ A commit sign-off (your email address).\n\n
24+
To amend the commits in this PR with your signoff using the instructions provided in the DCO check above. \n\n
25+
To configure your dev environment to automatically signoff on your commits in the future, see [these instructions](https://github.com/meshery/meshery/blob/master/CONTRIBUTING.md#signing-off-on-commits-developer-certificate-of-origin)."
26+
action: open

0 commit comments

Comments
 (0)