diff options
-rw-r--r-- | .github/workflows/pr-labeler.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/pr-labeler.yml b/.github/workflows/pr-labeler.yml index 1b7daa61fa..b984898084 100644 --- a/.github/workflows/pr-labeler.yml +++ b/.github/workflows/pr-labeler.yml @@ -29,7 +29,7 @@ jobs: steps:
- name: Apply Labels Based on PR Description
- uses: github/issue-labeler@v3.1
+ uses: github/issue-labeler@v3.4
with:
configuration-path: .github/workflows/pr-labeler/regex.yml
enable-versioned-regex: 0
|