diff --git a/.github/config.yml b/.github/config.yml index 766bcff76..c62bc052d 100644 --- a/.github/config.yml +++ b/.github/config.yml @@ -12,27 +12,3 @@ requestInfoDefaultTitles: # *OPTIONAL* Label to be added to Issues and Pull Requests with insufficient information given 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 diff --git a/.github/lock.yml b/.github/lock.yml index e898fdfaa..197497fe2 100644 --- a/.github/lock.yml +++ b/.github/lock.yml @@ -14,10 +14,7 @@ exemptLabels: [] lockLabel: false # Comment to post before locking. Set to `false` to disable -lockComment: > - 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. +lockComment: false # Assign `resolved` as the reason for locking. Set to `false` to disable setLockReason: true diff --git a/.github/stale.yml b/.github/stale.yml index 0db802795..03a77e140 100644 --- a/.github/stale.yml +++ b/.github/stale.yml @@ -8,7 +8,7 @@ exemptLabels: - pinned - security # 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 markComment: > This issue has been automatically marked as stale because it has not had