Skip to content
Snippets Groups Projects
Unverified Commit ff14a116 authored by chris48s's avatar chris48s Committed by GitHub
Browse files

skip danger on repo ranger commits (#8866)

parent 86b4a592
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment