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

Pull Request Labeler #150947

Pull Request Labeler

Pull Request Labeler #150947

Workflow file for this run

---
# Handles labelling of PR's.
name: Pull Request Labeler
on:
schedule:
- cron: '*/10 * * * *'
concurrency:
group: labeller
cancel-in-progress: true
jobs:
labeler:
runs-on: ubuntu-latest
steps:
- uses: docker://docker.io/ilyam8/periodic-pr-labeler:v0.3.0
if: github.repository == 'netdata/go.d.plugin'
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_REPOSITORY: ${{ github.repository }}
LABEL_MAPPINGS_FILE: .github/labeler.yml