diff --git a/.github/issue-labeler-config.yml b/.github/issue-labeler-config.yml index c878da022..1bb7e7ee4 100644 --- a/.github/issue-labeler-config.yml +++ b/.github/issue-labeler-config.yml @@ -1,6 +1,8 @@ security: - - "OWASP ZAP" + - "OWASP ZAP|code scanning alert" enhancement: - - "add" + - "add|refactor" bug: - "fix" +dependencies: + - "Renovate" diff --git a/.github/workflows/issue-labeler.yml b/.github/workflows/github-issue-labeler.yml similarity index 91% rename from .github/workflows/issue-labeler.yml rename to .github/workflows/github-issue-labeler.yml index ed659853e..5d70f424a 100644 --- a/.github/workflows/issue-labeler.yml +++ b/.github/workflows/github-issue-labeler.yml @@ -1,4 +1,4 @@ -name: "Issue Labeler" +name: "Github - Issue Labeler" on: issues: types: [opened, edited] @@ -19,4 +19,5 @@ jobs: with: configuration-path: .github/issue-labeler-config.yml enable-versioned-regex: 0 + include-title: 1 repo-token: "${{ secrets.GITHUB_TOKEN }}"