Update probot
This commit is contained in:
24
.github/config.yml
vendored
24
.github/config.yml
vendored
@ -12,27 +12,3 @@ requestInfoDefaultTitles:
|
|||||||
|
|
||||||
# *OPTIONAL* Label to be added to Issues and Pull Requests with insufficient information given
|
# *OPTIONAL* Label to be added to Issues and Pull Requests with insufficient information given
|
||||||
requestInfoLabelToAdd: needs-more-info
|
requestInfoLabelToAdd: needs-more-info
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
# Configuration for welcome - https://github.com/behaviorbot/welcome
|
|
||||||
|
|
||||||
# Configuration for new-issue-welcome - https://github.com/behaviorbot/new-issue-welcome
|
|
||||||
|
|
||||||
# Comment to be posted to on first time issues
|
|
||||||
newIssueWelcomeComment: >
|
|
||||||
Thanks for opening your first issue in this project! Be sure to follow the issue template and provide us with enough information to help you!
|
|
||||||
|
|
||||||
# Configuration for new-pr-welcome - https://github.com/behaviorbot/new-pr-welcome
|
|
||||||
|
|
||||||
# Comment to be posted to on PRs from first time contributors in your repository
|
|
||||||
newPRWelcomeComment: >
|
|
||||||
Thanks for opening this pull request! Please make sure that your PR follows our contributing guidelines in order to speed up the review process and ensure your PR gets accepted.
|
|
||||||
|
|
||||||
# Configuration for first-pr-merge - https://github.com/behaviorbot/first-pr-merge
|
|
||||||
|
|
||||||
# Comment to be posted to on pull requests merged by a first time user
|
|
||||||
firstPRMergeComment: >
|
|
||||||
Congratulations on merging your first pull request! Thank you very much for contributing to the project, we hope to see you again in the future!
|
|
||||||
|
|
||||||
# It is recommend to include as many gifs and emojis as possible
|
|
||||||
|
|||||||
5
.github/lock.yml
vendored
5
.github/lock.yml
vendored
@ -14,10 +14,7 @@ exemptLabels: []
|
|||||||
lockLabel: false
|
lockLabel: false
|
||||||
|
|
||||||
# Comment to post before locking. Set to `false` to disable
|
# Comment to post before locking. Set to `false` to disable
|
||||||
lockComment: >
|
lockComment: false
|
||||||
This thread has been automatically locked since there has not been
|
|
||||||
any recent activity after it was closed. Please open a new issue for
|
|
||||||
any follow-up tasks.
|
|
||||||
|
|
||||||
# Assign `resolved` as the reason for locking. Set to `false` to disable
|
# Assign `resolved` as the reason for locking. Set to `false` to disable
|
||||||
setLockReason: true
|
setLockReason: true
|
||||||
|
|||||||
2
.github/stale.yml
vendored
2
.github/stale.yml
vendored
@ -8,7 +8,7 @@ exemptLabels:
|
|||||||
- pinned
|
- pinned
|
||||||
- security
|
- security
|
||||||
# Label to use when marking an issue as stale
|
# Label to use when marking an issue as stale
|
||||||
staleLabel: wontfix
|
staleLabel: false
|
||||||
# Comment to post when marking an issue as stale. Set to `false` to disable
|
# Comment to post when marking an issue as stale. Set to `false` to disable
|
||||||
markComment: >
|
markComment: >
|
||||||
This issue has been automatically marked as stale because it has not had
|
This issue has been automatically marked as stale because it has not had
|
||||||
|
|||||||
Reference in New Issue
Block a user