Skip to content

Pull Request Labeler #5831

Pull Request Labeler

Pull Request Labeler #5831

Workflow file for this run

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