From 6c9482dc9ce0ba9a6124638c0726697e6561007e Mon Sep 17 00:00:00 2001 From: lwjohnst86 Date: Fri, 24 Nov 2023 09:06:06 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=84=20created=20local=20'.github/workf?= =?UTF-8?q?lows/auto-author-assign.yml'=20from=20remote=20'.github/workflo?= =?UTF-8?q?ws/auto-author-assign.yml'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/auto-author-assign.yml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 .github/workflows/auto-author-assign.yml diff --git a/.github/workflows/auto-author-assign.yml b/.github/workflows/auto-author-assign.yml new file mode 100644 index 00000000..7b55e631 --- /dev/null +++ b/.github/workflows/auto-author-assign.yml @@ -0,0 +1,15 @@ +# .github/workflows/auto-author-assign.yml +name: Auto Author Assign + +on: + pull_request_target: + types: [ opened, reopened ] + +permissions: + pull-requests: write + +jobs: + assign-author: + runs-on: ubuntu-latest + steps: + - uses: toshimaru/auto-author-assign@v2.0.0 \ No newline at end of file