From 870adf3099f2e6248ecf4ab3d7257f76a8c7246b Mon Sep 17 00:00:00 2001 From: Dale Seo Date: Sun, 28 Apr 2024 14:29:17 -0400 Subject: [PATCH] ci: assign issues and pull requests automatically --- .github/automation.yaml | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 .github/automation.yaml diff --git a/.github/automation.yaml b/.github/automation.yaml new file mode 100644 index 000000000..0f75fa22d --- /dev/null +++ b/.github/automation.yaml @@ -0,0 +1,13 @@ +name: 🤖 Automation + +on: + pull_request_target: + types: [opened, reopened] + +jobs: + assign-author: + runs-on: ubuntu-latest + permissions: + pull-requests: write + steps: + - uses: toshimaru/auto-author-assign@v2.1.0