diff --git a/.github/workflows/auto-author-sign.yml b/.github/workflows/auto-author-sign.yml new file mode 100644 index 0000000..943d194 --- /dev/null +++ b/.github/workflows/auto-author-sign.yml @@ -0,0 +1,16 @@ +name: Auto Author Assign + +on: + issues: + types: [ opened, reopened ] + pull_request_target: + types: [ opened, reopened ] + +permissions: + pull-requests: write + +jobs: + assign-author: + runs-on: ubuntu-slim + steps: + - uses: toshimaru/auto-author-assign@v3.0.1