From: Tom Hughes Date: Mon, 21 Oct 2024 19:34:39 +0000 (+0100) Subject: Attempt to get danger working X-Git-Tag: live~142 X-Git-Url: https://git.openstreetmap.org./rails.git/commitdiff_plain/8b558550779a6575259b8ac43d42e0fa4af17bf9 Attempt to get danger working --- diff --git a/.github/workflows/labeling.yml b/.github/workflows/labeling.yml index 25f65873b..4693ca570 100644 --- a/.github/workflows/labeling.yml +++ b/.github/workflows/labeling.yml @@ -27,4 +27,4 @@ jobs: env: DANGER_GITHUB_BEARER_TOKEN: ${{ secrets.GITHUB_TOKEN }} run: | - bundle exec danger --verbose + bundle exec danger --verbose --base=${{ github.base_ref }} --head=${{ github.head_ref }}