From 1bfccc27dd05940cd49c4af72c5490b62bd0a551 Mon Sep 17 00:00:00 2001 From: Christian Kotzbauer Date: Sun, 7 Apr 2024 10:51:48 +0200 Subject: [PATCH] build: update actions-toolkit Signed-off-by: Christian Kotzbauer --- .github/labels.yml | 62 --------------------- .github/workflows/create-default-labels.yml | 15 ----- .github/workflows/label-issues.yml | 2 +- .github/workflows/lint-test.yaml | 2 +- .github/workflows/size-label.yml | 2 +- .github/workflows/stale.yml | 2 +- 6 files changed, 4 insertions(+), 81 deletions(-) delete mode 100644 .github/labels.yml delete mode 100644 .github/workflows/create-default-labels.yml diff --git a/.github/labels.yml b/.github/labels.yml deleted file mode 100644 index 9551fc7..0000000 --- a/.github/labels.yml +++ /dev/null @@ -1,62 +0,0 @@ -- name: kind/bug - color: d73a4a - description: Categorizes issue or PR as related to a bug. -- name: kind/feature - color: a2eeef - description: Categorizes issue or PR as related to a new feature. -- name: kind/documentation - color: 0075ca - description: Categorizes issue or PR as related to documentation. -- name: kind/test - color: ddc23b - description: Categorizes issue or PR as related to tests. -- name: kind/cleanup - color: ededed - description: Categorizes issue or PR as related to cleaning up code, process, or - technical debt. -- name: kind/dependencies - color: ededed - description: Pull requests that update a dependency file -- name: kind/security - color: 10cc8a - description: Categorizes issue or PR as related to security. -- name: kind/question - color: 775FCB - description: Categorizes issues related to questions. -- name: lifecycle/stale - color: 795548 - description: Denotes an issue or PR has remained open with no activity and has become - stale. -- name: lifecycle/frozen - color: d3e2f0 - description: Indicates that an issue or PR should not be auto-closed due to staleness. -- name: size/XS - color: 009900 - description: Denotes a PR that changes 0-9 lines, ignoring generated files. -- name: size/S - color: 77bb00 - description: Denotes a PR that changes 10-29 lines, ignoring generated files. -- name: size/M - color: eebb00 - description: Denotes a PR that changes 30-99 lines, ignoring generated files. -- name: size/L - color: ee9900 - description: Denotes a PR that changes 100-499 lines, ignoring generated files. -- name: size/XL - color: ee5500 - description: Denotes a PR that changes 500-999 lines, ignoring generated files. -- name: size/XXL - color: ee0000 - description: Denotes a PR that changes 1000+ lines, ignoring generated files. -- name: help wanted - color: 008672 - description: Denotes an issue that needs help from a contributor. -- name: good first issue - color: 7057ff - description: Denotes an issue ready for a new contributor. -- name: hold - color: e11d21 - description: Indicates that a PR should not merge. -- name: work-in-progress - color: e01dd6 - description: Indicates that a PR is still in progress. diff --git a/.github/workflows/create-default-labels.yml b/.github/workflows/create-default-labels.yml deleted file mode 100644 index 41a8944..0000000 --- a/.github/workflows/create-default-labels.yml +++ /dev/null @@ -1,15 +0,0 @@ -name: create-default-labels -on: - push: - branches: - - "main" - paths: - - ".github/labels.yml" - workflow_dispatch: {} - -jobs: - size-label: - uses: ckotzbauer/actions-toolkit/.github/workflows/toolkit-create-default-labels.yml@0.41.2 - secrets: - token: ${{ secrets.GITHUB_TOKEN }} - diff --git a/.github/workflows/label-issues.yml b/.github/workflows/label-issues.yml index b535566..b5bf1d6 100644 --- a/.github/workflows/label-issues.yml +++ b/.github/workflows/label-issues.yml @@ -13,7 +13,7 @@ on: jobs: label-issues: - uses: ckotzbauer/actions-toolkit/.github/workflows/toolkit-label-issues.yml@0.41.2 + uses: ckotzbauer/actions-toolkit/.github/workflows/toolkit-label-issues.yml@0.42.0 secrets: token: ${{ secrets.GITHUB_TOKEN }} diff --git a/.github/workflows/lint-test.yaml b/.github/workflows/lint-test.yaml index 3c58b60..ec1ba4f 100644 --- a/.github/workflows/lint-test.yaml +++ b/.github/workflows/lint-test.yaml @@ -15,7 +15,7 @@ jobs: uses: azure/setup-helm@v3.5 - name: Setup Python - uses: ckotzbauer/actions-toolkit/setup-python@0.41.2 + uses: ckotzbauer/actions-toolkit/setup-python@0.42.0 - name: Set up chart-testing uses: helm/chart-testing-action@v2.6.1 diff --git a/.github/workflows/size-label.yml b/.github/workflows/size-label.yml index 8797bf0..b09bcb6 100644 --- a/.github/workflows/size-label.yml +++ b/.github/workflows/size-label.yml @@ -5,7 +5,7 @@ on: jobs: size-label: - uses: ckotzbauer/actions-toolkit/.github/workflows/toolkit-size-label.yml@0.41.2 + uses: ckotzbauer/actions-toolkit/.github/workflows/toolkit-size-label.yml@0.42.0 secrets: token: ${{ secrets.GITHUB_TOKEN }} diff --git a/.github/workflows/stale.yml b/.github/workflows/stale.yml index a8c8b56..b63c049 100644 --- a/.github/workflows/stale.yml +++ b/.github/workflows/stale.yml @@ -5,6 +5,6 @@ on: jobs: stale: - uses: ckotzbauer/actions-toolkit/.github/workflows/toolkit-stale.yml@0.41.2 + uses: ckotzbauer/actions-toolkit/.github/workflows/toolkit-stale.yml@0.42.0 secrets: token: ${{ secrets.GITHUB_TOKEN }}