Skip to content

Commit

Permalink
Merge pull request #7746 from declanvk/update-labeler
Browse files Browse the repository at this point in the history
Update Periodic Labeler
  • Loading branch information
Steven Silvester committed Jan 6, 2020
2 parents 84ec48a + b98b30e commit e25304c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/labeler.yml
Expand Up @@ -2,13 +2,13 @@ name: Pull Request Labeler
# This workflow is supposed to run every 5 minutes
on:
schedule:
- cron: '*/5 * * * *'
- cron: '*/10 * * * *'
jobs:
triage:
name: Update PR Labels
runs-on: ubuntu-latest
steps:
- uses: paulfantom/periodic-labeler@8c477b324178bda91aeede9a35ece2b8d8813478
- uses: paulfantom/periodic-labeler@dffbc90404f371f76444a69221c2f7ad079e2319
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_REPOSITORY: ${{ github.repository }}
Expand Down

0 comments on commit e25304c

Please sign in to comment.