From ff14a116ccfa67f9cd189157ef483c0cbffd7dfa Mon Sep 17 00:00:00 2001 From: chris48s <chris48s@users.noreply.github.com> Date: Sun, 29 Jan 2023 20:48:36 +0000 Subject: [PATCH] skip danger on repo ranger commits (#8866) Co-authored-by: repo-ranger[bot] <39074581+repo-ranger[bot]@users.noreply.github.com> --- .github/workflows/danger.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/danger.yml b/.github/workflows/danger.yml index 37fafe4a98..b4a8475437 100644 --- a/.github/workflows/danger.yml +++ b/.github/workflows/danger.yml @@ -11,7 +11,7 @@ permissions: jobs: danger: runs-on: ubuntu-latest - if: github.actor != 'dependabot[bot]' + if: github.actor != 'dependabot[bot]' && github.actor != 'repo-ranger[bot]' steps: - name: Checkout uses: actions/checkout@v3 -- GitLab