diff --git a/.github/workflows/labeling.yml b/.github/workflows/labeling.yml index 4693ca570c..a223b47a42 100644 --- a/.github/workflows/labeling.yml +++ b/.github/workflows/labeling.yml @@ -7,7 +7,8 @@ on: types: [opened, synchronize] permissions: - issues: write + pull-requests: write + statuses: write jobs: danger: @@ -27,4 +28,4 @@ jobs: env: DANGER_GITHUB_BEARER_TOKEN: ${{ secrets.GITHUB_TOKEN }} run: | - bundle exec danger --verbose --base=${{ github.base_ref }} --head=${{ github.head_ref }} + bundle exec danger --verbose --base=${{ github.event.pull_request.base.sha }} --head=${{ github.event.pull_request.head.sha }}