From 051788c454d8ed7b26ad4b9caddfb9ff839550df Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 27 Jul 2023 17:02:20 +0000 Subject: [PATCH] chore(deps): update andymckay/labeler action to v1.0.4 | datasource | package | from | to | | ----------- | ----------------- | ----- | ----- | | github-tags | andymckay/labeler | 1.0.3 | 1.0.4 | --- .github/workflows/triage-issue.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/triage-issue.yml b/.github/workflows/triage-issue.yml index e6edf2937..4bfc6ebcb 100644 --- a/.github/workflows/triage-issue.yml +++ b/.github/workflows/triage-issue.yml @@ -13,7 +13,7 @@ jobs: issues: write steps: - name: Label issues - uses: andymckay/labeler@1.0.3 + uses: andymckay/labeler@1.0.4 with: add-labels: "⚕️NEEDS TRIAGE" ignore-if-assigned: true