Skip to content

Commit

Permalink
Update label_on_branch.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
maheshkasabe committed Jul 2, 2023
1 parent 278a442 commit e62692d
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/label_on_branch.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,12 @@ on: pull_request_target

permissions:
contents: read
pull-requests: write

jobs:
pr-labeler:
permissions:
contents: read # for TimonVS/pr-labeler-action to read config file
pull-requests: write # for TimonVS/pr-labeler-action to add labels in PR
runs-on: ubuntu-latest

steps:
- name: branch-label
- uses: TimonVS/pr-labeler-action@v4
Expand Down

0 comments on commit e62692d

Please sign in to comment.