mirror of
https://github.com/tiennm99/is-a-dev.git
synced 2026-05-14 04:58:31 +00:00
17 lines
416 B
YAML
17 lines
416 B
YAML
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
|