From 106136e5b3bb5f8f7e6c6232c07054ac2ac554fb Mon Sep 17 00:00:00 2001 From: marshacb Date: Wed, 6 Sep 2023 10:58:05 -0400 Subject: [PATCH] re-add auto approval conditional --- .github/workflows/pr.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pr.yml b/.github/workflows/pr.yml index ef502cf..0d7f004 100644 --- a/.github/workflows/pr.yml +++ b/.github/workflows/pr.yml @@ -50,7 +50,7 @@ jobs: runs-on: ubuntu-latest permissions: pull-requests: write - + if: github.actor == 'dependabot[bot]' || github.actor == 'marshacb' steps: - uses: hmarr/auto-approve-action@v3 with: