summaryrefslogtreecommitdiff
path: root/.github/workflows/new-issues.yml
diff options
context:
space:
mode:
authorAnton Korobeynikov <anton@korobeynikov.info>2021-12-12 12:54:29 +0300
committerAnton Korobeynikov <anton@korobeynikov.info>2021-12-12 12:54:29 +0300
commitf3c91b4f38048115a204069dd9af382aa97ac07f (patch)
treeebb3ef8bbee7376abb106bdf78d54f64f08e4121 /.github/workflows/new-issues.yml
parent5ccfb73756e915d0afed5c979e075bc18890fd4c (diff)
downloadllvm-f3c91b4f38048115a204069dd9af382aa97ac07f.tar.gz
Try another labeler implementation
Diffstat (limited to '.github/workflows/new-issues.yml')
-rw-r--r--.github/workflows/new-issues.yml10
1 files changed, 5 insertions, 5 deletions
diff --git a/.github/workflows/new-issues.yml b/.github/workflows/new-issues.yml
index 67c706f3bf82..2f40ee344311 100644
--- a/.github/workflows/new-issues.yml
+++ b/.github/workflows/new-issues.yml
@@ -2,12 +2,12 @@ name: Labeling new issues
on:
issues:
types: ['opened']
+
jobs:
- build:
+ automate-issues-labels:
runs-on: ubuntu-latest
steps:
- - uses: Renato66/auto-label@v2
+ - uses: andymckay/labeler@1.0.2
with:
- repo-token: ${{ secrets.GITHUB_TOKEN }}
- ignore-comments: true
- default-labels: '["help wanted"]'
+ add-labels: "help wanted"
+ ignore-if-labeled: true