Skip to content

Commit 6d33db7

Browse files
authored
Update contributor-help.yml
1 parent 32307f5 commit 6d33db7

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/contributor-help.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
name: Contributor Helper
22

33
on:
4-
issues:
5-
types: [labeled]
4+
schedule:
5+
- cron: '0 0 * * *'
66

77
jobs:
88
contributor:
99
runs-on: ubuntu-latest
1010
steps:
1111
- uses: actions/checkout@master
1212

13-
- uses: actions-cool/contributor-helper@main
13+
- uses: actions-cool/contributor-helper@v1.0.0
1414
with:
1515
token: ${{ secrets.GITHUB_TOKEN }}
1616
update-files: 'DEMO.base.md, DEMO.simple.md'

0 commit comments

Comments
 (0)