Skip to content

Commit

Permalink
Merge pull request #133 from apcj-f5/shsingh/fix-issue-labeler
Browse files Browse the repository at this point in the history
include title in issue-labeler workflow
  • Loading branch information
shsingh authored Jun 27, 2023
2 parents 5778ccd + 1b73f4f commit c5ac326
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
6 changes: 4 additions & 2 deletions .github/issue-labeler-config.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
security:
- "OWASP ZAP"
- "OWASP ZAP|code scanning alert"
enhancement:
- "add"
- "add|refactor"
bug:
- "fix"
dependencies:
- "Renovate"
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: "Issue Labeler"
name: "Github - Issue Labeler"
on:
issues:
types: [opened, edited]
Expand All @@ -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 }}"

0 comments on commit c5ac326

Please sign in to comment.