Skip to content

Label slow PRs

Label slow PRs #149

name: Label slow PRs
on:
schedule:
- cron: "0 2 * * MON"
jobs:
label-slow-prs:
runs-on: ubuntu-latest
steps:
- uses: coblox/label-slow-prs@v0.1.0
with:
github-token: ${{ secrets.GITHUB_TOKEN }}