labeler.yml 474 B

123456789101112131415161718
  1. ---
  2. # Handles labelling of PR's.
  3. name: Pull Request Labeler
  4. on:
  5. schedule:
  6. - cron: '*/10 * * * *'
  7. env:
  8. DISABLE_TELEMETRY: 1
  9. jobs:
  10. labeler:
  11. runs-on: ubuntu-latest
  12. steps:
  13. - uses: docker://docker.io/ilyam8/periodic-pr-labeler:v0.1.0
  14. if: github.repository == 'netdata/netdata'
  15. env:
  16. GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
  17. GITHUB_REPOSITORY: ${{ github.repository }}
  18. LABEL_MAPPINGS_FILE: .github/labeler.yml