rizin/.github/workflows/labeler.yml
2019-11-28 14:46:03 -03:00

14 lines
336 B
YAML

name: "Pull Request Labeler"
on:
schedule:
- cron: '*/30 * * * *'
jobs:
triage:
runs-on: ubuntu-latest
steps:
- uses: paulfantom/periodic-labeler@v0.0.1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_REPOSITORY: ${{ github.repository }}
LABEL_MAPPINGS_FILE: .github/labeler.yml