Skip to content

Commit a763c0e

Browse files
chore(deps): Bump TimonVS/pr-labeler-action from 3.1.0 to 4.1.1 (#787)
Bumps [TimonVS/pr-labeler-action](https://github.com/TimonVS/pr-labeler-action) from 3.1.0 to 4.1.1. - [Release notes](https://github.com/TimonVS/pr-labeler-action/releases) - [Commits](TimonVS/pr-labeler-action@v3.1.0...v4.1.1) --- updated-dependencies: - dependency-name: TimonVS/pr-labeler-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 2932645 commit a763c0e

File tree

2 files changed

+9
-6
lines changed

2 files changed

+9
-6
lines changed

.github/pr-labeler.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,3 @@ feature: ['feature/*', 'feat/*']
22
fix: fix/*
33
chore: chore/*
44
refactoring: refactor/*
5-
fixed-branch: fixed-branch-name
6-

.github/workflows/pr-labeler.yml

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,16 @@ on:
33
pull_request:
44
types: [opened]
55

6+
permissions:
7+
contents: read
8+
69
jobs:
710
pr-labeler:
11+
permissions:
12+
contents: read # for TimonVS/pr-labeler-action to read config file
13+
pull-requests: write # for TimonVS/pr-labeler-action to add labels in PR
814
runs-on: ubuntu-latest
915
steps:
10-
- uses: TimonVS/pr-labeler-action@v3.1.0
11-
env:
12-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
13-
16+
- uses: TimonVS/pr-labeler-action@v4.1.1
17+
with:
18+
repo-token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)