diff options
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/auto-author-assign.yml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/.github/workflows/auto-author-assign.yml b/.github/workflows/auto-author-assign.yml index 947593fc1..81134206b 100644 --- a/.github/workflows/auto-author-assign.yml +++ b/.github/workflows/auto-author-assign.yml @@ -7,14 +7,16 @@ permissions: pull-requests: write jobs: + # https://github.com/marketplace/actions/auto-author-assign assign-author: runs-on: ubuntu-latest steps: - name: "Assign Author to PR" uses: toshimaru/auto-author-assign@v1.3.5 with: - token: ${{ secrets.GITHUB_TOKEN }} + repo-token: ${{ secrets.GITHUB_TOKEN }} + # https://github.com/shufo/auto-assign-reviewer-by-files assign_reviewer: runs-on: ubuntu-latest steps: |