Skip to content

Commit

Permalink
Update contributor-help.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
xrkffgg authored May 28, 2021
1 parent 32307f5 commit 6d33db7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/contributor-help.yml
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
name: Contributor Helper

on:
issues:
types: [labeled]
schedule:
- cron: '0 0 * * *'

jobs:
contributor:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master

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

0 comments on commit 6d33db7

Please sign in to comment.