From f8e98c459d8e558441a2dae869d15349d8badf35 Mon Sep 17 00:00:00 2001 From: Christian Poessinger Date: Wed, 9 Jun 2021 19:11:45 +0200 Subject: GitHub: rename Workflow to "PR Triage" --- .github/workflows/auto-author-assign.yml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to '.github/workflows/auto-author-assign.yml') diff --git a/.github/workflows/auto-author-assign.yml b/.github/workflows/auto-author-assign.yml index cd30420f3..464ec2e3c 100644 --- a/.github/workflows/auto-author-assign.yml +++ b/.github/workflows/auto-author-assign.yml @@ -1,4 +1,4 @@ -name: "Assign Author to PR" +name: "PR Triage" on: pull_request_target: types: [opened, reopened, ready_for_review, locked] @@ -10,4 +10,7 @@ jobs: assign-author: runs-on: ubuntu-latest steps: - - uses: toshimaru/auto-author-assign@v1.3.5 + - name: "Assign Author to PR" + uses: toshimaru/auto-author-assign@v1.3.5 + with: + token: ${{ secrets.GITHUB_TOKEN }} -- cgit v1.2.3