Skip to content

Commit

Permalink
Merge pull request #25 from TeoDev1611/main
Browse files Browse the repository at this point in the history
ci(.github): add the config for the github bots and create the issue …
  • Loading branch information
TeoDev1611 authored May 30, 2021
2 parents 67e66aa + 8a19d5d commit ff07f51
Show file tree
Hide file tree
Showing 4 changed files with 42 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/ISSUE_TEMPLATE/config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
blank_issues_enabled: false
contact_links:
- name: Moldy Mail
url: mailto:[email protected]
about: Please any support or offert to this email
- name: Moldy Bug or security vulnerabilities
url: https://discord.gg/2uwzhmJdfw
about: Please report security vulnerabilities here.
4 changes: 4 additions & 0 deletions .github/config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
helpr:
opened: 'new-moldy-pr'
merged: 'success-moldy-pr'
rejected: 'error-moldy-pr'
1 change: 1 addition & 0 deletions .github/invite-contributors.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
team: cli-team
29 changes: 29 additions & 0 deletions .github/issue-close-app.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
# Comment that will be sent if an issue is judged to be closed.
comment: "This issue is closed because it does not meet our issue template. Please read it."
issueConfigs:
# There can be several configs for different kind of issues.
- content:
# Example 1: bug report
- "Expected Behavior"
- "Current Behavior"
- "Steps to Reproduce"
- "Detailed Description"
- content:
# Example 2: feature request
- "Motivation / Use Case"
- "Expected Behavior"
- "Other Information"
# Optional configuration:
#
# whether the keywords are case-insensitive
# default value is false, which means keywords are case-sensitive
caseInsensitive: false
# the label that will be added when the bot close an issue
# The bot will only add a label if this property is set.
label: "closed by bot"
# The bot will ignore any issues that are opened or reopened by the user names in exception
exception:
- "username1"
- "username2"
# The issue is judged to be legal if it includes all keywords from any of these two configs.
# Or it will be closed by the app.

0 comments on commit ff07f51

Please sign in to comment.