Skip to content

Commit 4e96577

Browse files
committed
use periodic labeler
1 parent 0216fb6 commit 4e96577

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

.github/workflows/labeler.yml

+7-5
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,13 @@
11
name: PR Labeler
22
'on':
33
schedule:
4-
- cron: '0 * * * *'
4+
- cron: '*/5 * * * *'
55
jobs:
6-
label:
6+
labeler:
77
runs-on: ubuntu-latest
88
steps:
9-
- uses: actions/labeler@v2
10-
with:
11-
repo-token: '${{ secrets.GITHUB_TOKEN }}'
9+
- uses: paulfantom/periodic-labeler@master
10+
env:
11+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
12+
GITHUB_REPOSITORY: ${{ github.repository }}
13+
LABEL_MAPPINGS_FILE: .github/labeler.yml'

0 commit comments

Comments
 (0)