From 7d3d12e705b1f0be772e2efbe8af00de2ab62437 Mon Sep 17 00:00:00 2001 From: Manuel Kaufmann Date: Mon, 4 Apr 2022 13:10:53 +0200 Subject: [PATCH] Github: use probot auto-assign bot This bot will auto-assign any PR created to it's own author. It will help us to manage our new Roadmap using GitHub Beta Projects in a better way. --- .github/auto_assign.yml | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 .github/auto_assign.yml diff --git a/.github/auto_assign.yml b/.github/auto_assign.yml new file mode 100644 index 00000000000..9c978c3a8d3 --- /dev/null +++ b/.github/auto_assign.yml @@ -0,0 +1,3 @@ +# https://github.com/kentaro-m/auto-assign#assign-author-as-assignee +# Set to author to set pr creator as assignee +addAssignees: author