mirror of
https://github.com/apache/superset.git
synced 2026-04-18 23:55:00 +00:00
chore: add bot config files and update issue templates (#7249)
* chore: add bot config files and update issue templates * fix: exclude SIP
This commit is contained in:
committed by
GitHub
parent
b225507bca
commit
6c38cb1a09
14
.github/config.yml
vendored
Normal file
14
.github/config.yml
vendored
Normal file
@@ -0,0 +1,14 @@
|
||||
# Configuration for request-info - https://github.com/behaviorbot/request-info
|
||||
|
||||
# *Required* Comment to reply with
|
||||
requestInfoReplyComment: >
|
||||
We would appreciate it if you could provide us with more info about this issue/pr!
|
||||
|
||||
# *OPTIONAL* default titles to check against for lack of descriptiveness
|
||||
# MUST BE ALL LOWERCASE
|
||||
requestInfoDefaultTitles:
|
||||
- update readme.md
|
||||
- updates
|
||||
|
||||
# *OPTIONAL* Label to be added to Issues and Pull Requests with insufficient information given
|
||||
requestInfoLabelToAdd: "need:more-info"
|
||||
Reference in New Issue
Block a user