Skip to content

Commit

Permalink
Updated label_prs workflow (apache#173) (apache#23145)
Browse files Browse the repository at this point in the history
Co-authored-by: Elias Segundo <elias.segundo@luisrazo.local>

Co-authored-by: Elias Segundo Antonio <eliassegundo.segundo@gmail.com>
Co-authored-by: Elias Segundo <elias.segundo@luisrazo.local>
  • Loading branch information
3 people committed Dec 9, 2022
1 parent 71d09d9 commit fca93a5
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/label_prs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,15 +18,13 @@

name: LabelPrs
on: [pull_request_target]

permissions: read-all
jobs:
label:

runs-on: ubuntu-latest
runs-on: [self-hosted, ubuntu-20.04]
permissions:
contents: read
pull-requests: write

steps:
- uses: actions/labeler@v4
with:
Expand Down

0 comments on commit fca93a5

Please sign in to comment.