From 15679293436308124e18e1f1c1e72db486cd6328 Mon Sep 17 00:00:00 2001 From: jcdcdev Date: Tue, 24 Sep 2024 21:44:21 +0100 Subject: [PATCH] +changelog-ignore: auto-assign pr & issue --- .github/workflows/auto-assign.yml | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 .github/workflows/auto-assign.yml diff --git a/.github/workflows/auto-assign.yml b/.github/workflows/auto-assign.yml new file mode 100644 index 0000000..76c91d6 --- /dev/null +++ b/.github/workflows/auto-assign.yml @@ -0,0 +1,17 @@ +name: 🤖 Auto Assign +on: + issues: + types: [opened, edited, labeled, unlabeled] + pull_request: + types: [opened, edited, labeled, unlabeled] +jobs: + run: + runs-on: ubuntu-latest + steps: + - uses: wow-actions/auto-assign@v3 + with: + GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} + reviewers: | + ${{ github.repository_owner }} + assignees: | + ${{ github.repository_owner }} \ No newline at end of file