From be1c7e50e1e8809ea56f2c9d472eccd8ffd73a97 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Fri, 19 Apr 2024 04:57:58 +0200 Subject: Adding upstream version 1.44.3. Signed-off-by: Daniel Baumann --- .github/workflows/labeler.yml | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 .github/workflows/labeler.yml (limited to '.github/workflows/labeler.yml') diff --git a/.github/workflows/labeler.yml b/.github/workflows/labeler.yml new file mode 100644 index 00000000..a1e3b52f --- /dev/null +++ b/.github/workflows/labeler.yml @@ -0,0 +1,21 @@ +--- +# Handles labelling of PR's. +name: Pull Request Labeler +on: + pull_request_target: null +concurrency: + group: pr-label-${{ github.repository_id }}-${{ github.event.pull_request.number }} + cancel-in-progress: true +jobs: + labeler: + name: Apply PR Labels + runs-on: ubuntu-latest + permissions: + contents: read + pull-requests: write + steps: + - uses: actions/labeler@v4 + if: github.repository == 'netdata/netdata' + with: + repo-token: "${{ secrets.GITHUB_TOKEN }}" + sync-labels: true -- cgit v1.2.3