From 0d305790d4d109084d6b3bd51776debe79c63ec1 Mon Sep 17 00:00:00 2001 From: Hameed Khamis <53490154+Abdelhamid-khamis@users.noreply.github.com> Date: Wed, 27 Mar 2024 03:49:10 +0200 Subject: [PATCH 1/3] Added more labels to support list --- .github/workflows/auto-labeler.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/auto-labeler.yml b/.github/workflows/auto-labeler.yml index 844e05a..1bc592f 100644 --- a/.github/workflows/auto-labeler.yml +++ b/.github/workflows/auto-labeler.yml @@ -25,7 +25,7 @@ jobs: id: extract_labels run: | # Supported labels definition - supported_labels=("ci" "doc" "core" "bug") + supported_labels=("good first issue" "ansible" "area/usage" "area: terraform" "automated-pr" "aws" "bug" "ci" "contribution-welcome" "core" "dependencies" "devops" "doc" "docker" "documentation" "duplicate" "enhancement" "epic" "github_actions" "help wanted" "in-refinement" "invalid" "kubectl" "lint" "planning" "podman" "python" "question" "release" "sample" "shell" "spike" "testing" "upgrade" "wontfix") # Get title if [[ "${{ github.event_name }}" == "pull_request" ]]; then From bd2f632bd704f2eb8912de6a20e814a482dc485d Mon Sep 17 00:00:00 2001 From: Hameed Khamis <53490154+Abdelhamid-khamis@users.noreply.github.com> Date: Wed, 27 Mar 2024 04:57:17 +0200 Subject: [PATCH 2/3] Updated the dockerfile linter workflow naming --- .github/workflows/dockerfile-lint.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/dockerfile-lint.yml b/.github/workflows/dockerfile-lint.yml index c54937d..fc0990e 100644 --- a/.github/workflows/dockerfile-lint.yml +++ b/.github/workflows/dockerfile-lint.yml @@ -1,4 +1,4 @@ -name: Dockerfile Linter +name: Dockerfile Lint on: pull_request: From 366310083049efca293e714ae2f8ba2fb04ff8fc Mon Sep 17 00:00:00 2001 From: Tung Leo Date: Sat, 27 Apr 2024 11:12:17 +0700 Subject: [PATCH 3/3] Update .github/workflows/auto-labeler.yml --- .github/workflows/auto-labeler.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/auto-labeler.yml b/.github/workflows/auto-labeler.yml index 1bc592f..f5af8f2 100644 --- a/.github/workflows/auto-labeler.yml +++ b/.github/workflows/auto-labeler.yml @@ -25,7 +25,7 @@ jobs: id: extract_labels run: | # Supported labels definition - supported_labels=("good first issue" "ansible" "area/usage" "area: terraform" "automated-pr" "aws" "bug" "ci" "contribution-welcome" "core" "dependencies" "devops" "doc" "docker" "documentation" "duplicate" "enhancement" "epic" "github_actions" "help wanted" "in-refinement" "invalid" "kubectl" "lint" "planning" "podman" "python" "question" "release" "sample" "shell" "spike" "testing" "upgrade" "wontfix") + supported_labels=("ci" "doc" "core" "bug" "enhancement" "sample" "usage") # Get title if [[ "${{ github.event_name }}" == "pull_request" ]]; then