From fc92f827dda7352099a205c3b4488c0e33f952e8 Mon Sep 17 00:00:00 2001 From: Daniela Grothe <64636863+DGrothe-PhD@users.noreply.github.com> Date: Mon, 18 Aug 2025 18:39:20 +0200 Subject: [PATCH] Update labeler.yml --- .github/workflows/labeler.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/labeler.yml b/.github/workflows/labeler.yml index f19beae..f957cd8 100644 --- a/.github/workflows/labeler.yml +++ b/.github/workflows/labeler.yml @@ -6,7 +6,9 @@ # https://github.com/actions/labeler name: Labeler -on: [push, pull_request] +on: + pull_request: + types: [opened, synchronize, reopened] jobs: label: @@ -15,6 +17,4 @@ jobs: contents: read pull-requests: write steps: - - uses: actions/labeler@v4 - with: - repo-token: "${{ secrets.GITHUB_TOKEN }}" + - uses: actions/labeler@v5