]> git.openstreetmap.org Git - rails.git/commitdiff
Attempt to get danger working
authorTom Hughes <tom@compton.nu>
Mon, 21 Oct 2024 19:34:39 +0000 (20:34 +0100)
committerTom Hughes <tom@compton.nu>
Mon, 21 Oct 2024 19:34:39 +0000 (20:34 +0100)
.github/workflows/labeling.yml

index 25f65873b82065b4b1bb3aa58f0d6a993f42c704..4693ca570c47fac65f52a099230bca9f82f64fb6 100644 (file)
@@ -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 }}