Skip to content

Commit e4c30d2

Browse files
committed
👷 Update actions/labeler
1 parent fc2b6cb commit e4c30d2

2 files changed

Lines changed: 11 additions & 6 deletions

File tree

.github/labeler.yml

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,22 +2,26 @@ build:
22
- changed-files:
33
- any-glob-to-any-file:
44
- vite.config.js
5+
56
dependencies:
67
- changed-files:
78
- any-glob-to-any-file:
8-
- package-lock.json
9+
- composer.json
10+
- package.json
11+
912
javascript:
1013
- changed-files:
1114
- any-glob-to-any-file:
1215
- resources/js/**/*.js
16+
1317
php:
1418
- changed-files:
1519
- any-glob-to-any-file:
1620
- functions.php
1721
- app/**/*.php
18-
- resources/views/**/*.php
22+
1923
views:
2024
- changed-files:
2125
- any-glob-to-any-file:
2226
- index.php
23-
- resources/views/**/*.php
27+
- resources/views/**/*.blade.php

.github/workflows/labeler.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,9 @@ on:
44

55
jobs:
66
triage:
7+
permissions:
8+
contents: read
9+
pull-requests: write
710
runs-on: ubuntu-latest
811
steps:
9-
- uses: actions/labeler@v5
10-
with:
11-
repo-token: "${{ secrets.GITHUB_TOKEN }}"
12+
- uses: actions/labeler@v6

0 commit comments

Comments
 (0)