From c3360733f73a21c2b07d8468e3c4f7166e7d131a Mon Sep 17 00:00:00 2001 From: Lilli Szafranski Date: Tue, 12 Nov 2024 16:06:53 -0800 Subject: [PATCH] [fix-reviewers-lilli] wfs --- .github/workflows/gerald-comment.yml | 2 +- .github/workflows/gerald-pr.yml | 2 +- .github/workflows/gerald-push.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/gerald-comment.yml b/.github/workflows/gerald-comment.yml index 07e9b1c..79c0cd8 100644 --- a/.github/workflows/gerald-comment.yml +++ b/.github/workflows/gerald-comment.yml @@ -6,7 +6,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Run Gerald - uses: Khan/gerald@main + uses: Khan/gerald@e457f71e851d5ff1531331fcda0b9dad748efe6b env: GITHUB_TOKEN: '${{ secrets.GITHUB_TOKEN }}' ADMIN_PERMISSION_TOKEN: '${{ secrets.KHAN_ACTIONS_BOT_TOKEN }}' diff --git a/.github/workflows/gerald-pr.yml b/.github/workflows/gerald-pr.yml index d4bf2b5..010a29a 100644 --- a/.github/workflows/gerald-pr.yml +++ b/.github/workflows/gerald-pr.yml @@ -18,7 +18,7 @@ jobs: if: github.event.action != 'edited' || github.event.changes.base != null runs-on: ubuntu-latest steps: - - uses: Khan/actions@gerald-pr-v3 + - uses: Khan/gerald@e457f71e851d5ff1531331fcda0b9dad748efe6b with: token: ${{ secrets.GITHUB_TOKEN }} admin-token: ${{ secrets.KHAN_ACTIONS_BOT_TOKEN }} diff --git a/.github/workflows/gerald-push.yml b/.github/workflows/gerald-push.yml index 9bd3ce8..dd89a98 100644 --- a/.github/workflows/gerald-push.yml +++ b/.github/workflows/gerald-push.yml @@ -16,7 +16,7 @@ jobs: # We add one to the length because we want to get the diff between the last commit and the commit before the first commit. fetch-depth: '$(node -e "console.log(${{ github.event.commits }}.length + 1)")' - name: Run Gerald - uses: Khan/gerald@main + uses: Khan/gerald@e457f71e851d5ff1531331fcda0b9dad748efe6b env: GITHUB_TOKEN: '${{ secrets.GITHUB_TOKEN }}' ADMIN_PERMISSION_TOKEN: '${{ secrets.KHAN_ACTIONS_BOT_TOKEN }}'