File tree Expand file tree Collapse file tree 1 file changed +9
-14
lines changed Expand file tree Collapse file tree 1 file changed +9
-14
lines changed Original file line number Diff line number Diff line change 1
1
---
2
- # This workflow will triage pull requests and apply a label based on the
3
- # paths that are modified in the pull request.
4
- #
5
- # To use this workflow, you will need to set up a .github/labeler.yml
6
- # file with configuration. For more information, see:
7
- # https://github.com/actions/labeler/blob/master/README.md
8
-
9
- name : Labeler
10
- on : [pull_request]
11
-
2
+ name : Pull request labeler
3
+ on :
4
+ schedule :
5
+ - cron : ' */15 * * * *'
12
6
jobs :
13
- label :
7
+ labeler :
14
8
runs-on : ubuntu-latest
15
9
steps :
16
- - uses : actions/labeler@v2
17
- with :
18
- repo-token : " ${{ secrets.GITHUB_TOKEN }}"
10
+ - uses : paulfantom/periodic-labeler@master
11
+ env :
12
+ GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
13
+ GITHUB_REPOSITORY : ${{ github.repository }}
You can’t perform that action at this time.
0 commit comments