diff --git a/.github/workflows/auto-labeler.yml b/.github/workflows/auto-labeler.yml index 844e05a..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=("ci" "doc" "core" "bug") + supported_labels=("ci" "doc" "core" "bug" "enhancement" "sample" "usage") # Get title if [[ "${{ github.event_name }}" == "pull_request" ]]; then 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: