Skip to content
This repository has been archived by the owner on May 27, 2024. It is now read-only.

PR Labeling

PR Labeling #4611

Workflow file for this run

name: PR Labeling
on:
schedule:
- cron: '*/5 * * * *'
jobs:
labeler:
runs-on: ubuntu-latest
steps:
- uses: paulfantom/periodic-labeler@master
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_REPOSITORY: ${{ github.repository }}
LABEL_MAPPINGS_FILE: .github/labeler.yml