Skip to content

Label PRs

Label PRs #90838

Workflow file for this run

---
name: Label PRs
on:
schedule:
- cron: '*/5 * * * *'
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: garethjevans/labeler@master
env:
GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}"