From 97d4085a9e666de82d67d6dce9635875ff09c866 Mon Sep 17 00:00:00 2001 From: Pieter Claerhout Date: Mon, 25 Sep 2023 10:12:39 +0200 Subject: [PATCH] Added the auto author assign action --- .github/workflows/automation.yml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.github/workflows/automation.yml b/.github/workflows/automation.yml index c5c4406..9651c9d 100644 --- a/.github/workflows/automation.yml +++ b/.github/workflows/automation.yml @@ -29,8 +29,6 @@ jobs: jira-token: ${{ secrets.JIRA_ACCESS_TOKEN }} jira-project-key: CTR - - name: Assign labels, reviewers and owner - uses: contractify/label-and-assign@v2 - if: ${{ github.actor != 'dependabot[bot]' }} + - uses: toshimaru/auto-author-assign@v2.0.0 with: - token: "${{ secrets.GITHUB_TOKEN }}" + repo-token: "${{ secrets.GITHUB_TOKEN }}"