Skip to content

Label

Label #121233

Workflow file for this run

name: Label
on:
schedule:
- cron: "*/10 * * * *"
jobs:
pull-requests:
name: Pull Requests
runs-on: ubuntu-latest
steps:
- uses: ilyam8/periodic-pr-labeler@v0.3.0
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_REPOSITORY: ${{ github.repository }}
LABEL_MAPPINGS_FILE: .github/labeler.yml