From dfdf715ca1bd0a3f6e960a76a0c722d900dbe2a9 Mon Sep 17 00:00:00 2001 From: Javier Bullrich Date: Tue, 1 Aug 2023 14:07:07 +0100 Subject: [PATCH] updated action to use main (#36) --- .github/workflows/review-bot.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/review-bot.yml b/.github/workflows/review-bot.yml index 279bbae..72639e4 100644 --- a/.github/workflows/review-bot.yml +++ b/.github/workflows/review-bot.yml @@ -18,7 +18,7 @@ jobs: runs-on: ubuntu-latest steps: # TODO: Set this to main - - uses: paritytech/review-bot@self-implementation + - uses: paritytech/review-bot@main with: repo-token: ${{ secrets.GITHUB_TOKEN }} team-token: ${{ secrets.TEST_TEAM_TOKEN }}