Skip to content

Commit

Permalink
ci: Change permissions and ubuntu version on labeler CI
Browse files Browse the repository at this point in the history
  • Loading branch information
oxyno-zeta committed Mar 5, 2023
1 parent 2499331 commit e79a5de
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/labeler.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,13 @@
name: "Pull Request Labeler"
on:
- pull_request
- pull_request_target

jobs:
triage:
runs-on: ubuntu-18.04
permissions:
contents: read
pull-requests: write
runs-on: ubuntu-latest
steps:
- uses: actions/labeler@v4
with:
Expand Down

0 comments on commit e79a5de

Please sign in to comment.