Skip to content

Commit

Permalink
Do not run labeler CI check if it would fail due to permissions (#3756)
Browse files Browse the repository at this point in the history
* Try and fix labeler

* Add comments
  • Loading branch information
alamb authored Oct 7, 2022
1 parent 0ab0e0f commit db8dd19
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/dev_pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,12 @@ jobs:
process:
name: Process
runs-on: ubuntu-latest
# only run for users whose permissions allow them to update PRs
# otherwise labeler is failing:
# https://github.com/apache/arrow-datafusion/issues/3743
permissions:
contents: read
pull-requests: write
steps:
- uses: actions/checkout@v3

Expand Down

0 comments on commit db8dd19

Please sign in to comment.