From 098b9e9604f76028faa2dae9083b11cf8dda27ea Mon Sep 17 00:00:00 2001 From: Bill Little Date: Sat, 25 Nov 2023 22:04:17 +0000 Subject: [PATCH] auto-label 'skip changelog' --- .github/workflows/ci-label.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/ci-label.yml b/.github/workflows/ci-label.yml index 20e38f86..fd84d044 100644 --- a/.github/workflows/ci-label.yml +++ b/.github/workflows/ci-label.yml @@ -53,3 +53,8 @@ jobs: if: startsWith(github.event.pull_request.head.ref, 'perf') || startsWith(github.event.pull_request.head.ref, 'performance') with: labels: 'type: performance' + + - uses: actions-ecosystem/action-add-labels@v1 + if: startsWith(github.event.pull_request.head.ref, 'pre-commit-ci-update-config') || startsWith(github.event.pull_request.head.ref, 'conda-lock-auto-update') + with: + labels: 'skip changelog'