Merge pull request #1291 from fitzgen/use-our-labeler-fork

Use our fork of the labeler action that supports cron schedules
This commit is contained in:
Nick Fitzgerald
2020-03-11 12:43:59 -07:00
committed by GitHub

View File

@@ -1,11 +1,13 @@
name: "Pull Request Labeler" name: "Pull Request Labeler"
on: on:
- pull_request schedule:
# Run every 5 minutes.
- cron: '*/5 * * * *'
jobs: jobs:
triage: triage:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- uses: actions/labeler@v2 - uses: bytecodealliance/labeler@schedule-fork
with: with:
repo-token: "${{ secrets.GITHUB_TOKEN }}" repo-token: "${{ secrets.GITHUB_TOKEN }}"