From a056cd2ee310e546c4a897ee02f2f04157c7c4d9 Mon Sep 17 00:00:00 2001 From: Dale Seo Date: Sat, 19 Oct 2024 16:15:26 -0400 Subject: [PATCH] ci: add automation workflow --- .github/workflows/automation.yml | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 .github/workflows/automation.yml diff --git a/.github/workflows/automation.yml b/.github/workflows/automation.yml new file mode 100644 index 00000000..7f7d27ae --- /dev/null +++ b/.github/workflows/automation.yml @@ -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.1