From be2a9075e81008d4dc715a99222f20ad7b187d5e Mon Sep 17 00:00:00 2001 From: Daniel Gibbs Date: Sat, 24 Nov 2018 00:47:58 +0000 Subject: [PATCH] new pro-bots --- .github/release-drafter.yml | 4 ++++ .github/topissuebot.yml | 4 ++++ .github/write-good.yml | 4 ++++ 3 files changed, 12 insertions(+) create mode 100644 .github/release-drafter.yml create mode 100644 .github/topissuebot.yml create mode 100644 .github/write-good.yml diff --git a/.github/release-drafter.yml b/.github/release-drafter.yml new file mode 100644 index 000000000..1387c5e19 --- /dev/null +++ b/.github/release-drafter.yml @@ -0,0 +1,4 @@ +template: | + ## Changelog + + $CHANGES \ No newline at end of file diff --git a/.github/topissuebot.yml b/.github/topissuebot.yml new file mode 100644 index 000000000..b02540a2d --- /dev/null +++ b/.github/topissuebot.yml @@ -0,0 +1,4 @@ +# Configuration for top-issue-bot +labelName: ":thumbsup: Top Issue!" +labelColor: "f442c2" +numberOfIssuesToLabel: 5 \ No newline at end of file diff --git a/.github/write-good.yml b/.github/write-good.yml new file mode 100644 index 000000000..2bdb512ad --- /dev/null +++ b/.github/write-good.yml @@ -0,0 +1,4 @@ +# .github/write-good.yml +writeGood: true +alex: true +spellchecker: true \ No newline at end of file