github.com/netdata/go.d.plugin@v0.58.1/.github/workflows/labeler.yml (about) 1 --- 2 # Handles labelling of PR's. 3 name: Pull Request Labeler 4 on: 5 schedule: 6 - cron: '*/10 * * * *' 7 concurrency: 8 group: labeller 9 cancel-in-progress: true 10 jobs: 11 labeler: 12 runs-on: ubuntu-latest 13 steps: 14 - uses: docker://docker.io/ilyam8/periodic-pr-labeler:v0.3.0 15 if: github.repository == 'netdata/go.d.plugin' 16 env: 17 GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} 18 GITHUB_REPOSITORY: ${{ github.repository }} 19 LABEL_MAPPINGS_FILE: .github/labeler.yml