From 91ed424ecf22bf0d695feda22d44c2fc4c458858 2018-09-21 07:32:59 From: Matthias Bussonnier Date: 2018-09-21 07:32:59 Subject: [PATCH] Allow anyone to tag/untag/close issues. This is (usually) reserved to people having commit right. I'm hopping to foster participation by giving people the ability to triage issue. --- diff --git a/.meeseeksdev.yml b/.meeseeksdev.yml new file mode 100644 index 0000000..56c33f8 --- /dev/null +++ b/.meeseeksdev.yml @@ -0,0 +1,17 @@ +special: + everyone: + can: + - say + - tag + - untag + - close + config: + tag: + only: + - async/await + - backported + - help wanted + - documentation + - notebook + - tab-completion + - windows