Skip to content

Commit

Permalink
Update ghaction-github-labeler.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
Ludy87 authored Dec 30, 2024
1 parent 3757556 commit 923a755
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/ghaction-github-labeler.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,12 @@ permissions:

jobs:
labeler:
permissions:
contents: read # for actions/checkout to fetch code
issues: write # for crazy-max/ghaction-github-labeler to create, rename, update and delete label
name: Labeler
if: ${{ github.event.pull_request.user.login != 'dependabot[bot]' }}
runs-on: ubuntu-latest
permissions:
contents: write
contents: read
issues: write # for crazy-max/ghaction-github-labeler to create, rename, update and delete label
steps:
- name: Harden Runner
uses: step-security/harden-runner@0080882f6c36860b6ba35c610c98ce87d4e2f26f # v2.10.2
Expand Down

0 comments on commit 923a755

Please sign in to comment.