aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorzeertzjq <zeertzjq@outlook.com>2023-12-10 06:40:51 +0800
committerGitHub <noreply@github.com>2023-12-10 06:40:51 +0800
commit31fbd38066a2c3195355faa059ff4f815a0ccf32 (patch)
tree58136f9f0a3dd8aa3576f61c9e23adf79416f027
parentec3c569dd8f646d5e9cf6365f74b89fab7c16091 (diff)
downloadrneovim-31fbd38066a2c3195355faa059ff4f815a0ccf32.tar.gz
rneovim-31fbd38066a2c3195355faa059ff4f815a0ccf32.tar.bz2
rneovim-31fbd38066a2c3195355faa059ff4f815a0ccf32.zip
ci: fix PR labeler
-rw-r--r--.github/workflows/labeler_pr.yml6
1 files changed, 3 insertions, 3 deletions
diff --git a/.github/workflows/labeler_pr.yml b/.github/workflows/labeler_pr.yml
index 7f2514069e..8fd93bfb6d 100644
--- a/.github/workflows/labeler_pr.yml
+++ b/.github/workflows/labeler_pr.yml
@@ -3,7 +3,7 @@ on:
pull_request_target:
types: [opened]
jobs:
- labeler:
+ changed-files:
runs-on: ubuntu-latest
permissions:
contents: read
@@ -15,7 +15,7 @@ jobs:
configuration-path: .github/scripts/labeler_configuration.yml
type-scope:
- needs: triage
+ needs: changed-files
runs-on: ubuntu-latest
permissions:
contents: write
@@ -34,7 +34,7 @@ jobs:
run: gh pr edit "$PR_NUMBER" --add-label "$(echo "$PR_TITLE" | sed -E 's|[[:alpha:]]+(\(.*\))?!:.*|breaking-change|')" || true
request-reviewer:
- needs: ["triage", "type-scope"]
+ needs: ["changed-files", "type-scope"]
permissions:
pull-requests: write
uses: ./.github/workflows/reviewers_add.yml