From 80c1bb7e054eecf21ba6711165e047c1febf3d32 Mon Sep 17 00:00:00 2001 From: Andrew Gable Date: Tue, 6 Sep 2022 17:09:15 +0100 Subject: [PATCH] Use `main` for checklist tests --- .github/workflows/contributorChecklists.yml | 2 +- .github/workflows/contributorPlusChecklists.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/contributorChecklists.yml b/.github/workflows/contributorChecklists.yml index 692ba8944956..2020b4c52e32 100644 --- a/.github/workflows/contributorChecklists.yml +++ b/.github/workflows/contributorChecklists.yml @@ -8,7 +8,7 @@ jobs: if: github.actor != 'OSBotify' && (github.event_name == 'pull_request' && contains(github.event.pull_request.body, '- [')) steps: - name: contributorChecklist.js - uses: Expensify/App/.github/actions/javascript/contributorChecklist@andrew-checklist-3 + uses: Expensify/App/.github/actions/javascript/contributorChecklist@main with: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} CHECKLIST: 'contributor' diff --git a/.github/workflows/contributorPlusChecklists.yml b/.github/workflows/contributorPlusChecklists.yml index 5acffb511386..1ea748dec355 100644 --- a/.github/workflows/contributorPlusChecklists.yml +++ b/.github/workflows/contributorPlusChecklists.yml @@ -8,7 +8,7 @@ jobs: if: github.actor != 'OSBotify' && (contains(github.event.issue.pull_request.url, 'http') && github.event_name == 'issue_comment' && contains(github.event.comment.body, '- [')) steps: - name: contributorChecklist.js - uses: Expensify/App/.github/actions/javascript/contributorChecklist@andrew-checklist-3 + uses: Expensify/App/.github/actions/javascript/contributorChecklist@main with: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} CHECKLIST: 'contributorPlus'