From 5713ccee81da2e9b7b19fe30f00d5002957ead38 Mon Sep 17 00:00:00 2001 From: parshagh <35966483+parshagh@users.noreply.github.com> Date: Sat, 17 Apr 2021 17:55:12 +0530 Subject: [PATCH] Revert "Add customizations to config" --- .github/config.yml | 32 -------------------------------- 1 file changed, 32 deletions(-) diff --git a/.github/config.yml b/.github/config.yml index 759ea6c..e138c3a 100644 --- a/.github/config.yml +++ b/.github/config.yml @@ -4,35 +4,3 @@ # Can be either a string : requestInfoReplyComment: > We would appreciate it if you could provide us with more info about this issue/pr! - -# Or an array: -# requestInfoReplyComment: -# - Ah no! young blade! That was a trifle short! -# - Tell me more ! -# - I am sure you can be more effusive - - -# *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: needs-more-info - -# *OPTIONAL* Require Pull Requests to contain more information than what is provided in the PR template -# Will fail if the pull request's body is equal to the provided template -checkPullRequestTemplate: true - -# *OPTIONAL* Only warn about insufficient information on these events type -# Keys must be lowercase. Valid values are 'issue' and 'pullRequest' -requestInfoOn: - pullRequest: true - issue: true - -# *OPTIONAL* Add a list of people whose Issues/PRs will not be commented on -# keys must be GitHub usernames -requestInfoUserstoExclude: - - hiimbex - - bexo