Skip to content

Commit

Permalink
ci: test creating labels
Browse files Browse the repository at this point in the history
  • Loading branch information
FabioBartoli committed May 7, 2024
1 parent 98ea2a6 commit 12a5ba9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,6 @@ jobs:
with:
github_token: ${{ github.token }}
severity: "LOW,HIGH,CRITICAL"
skip-dirs: "./images", "./static"
skip-dirs: "./images,./static"
ignore-unfixed: false
skip-files: "./redis.conf", "./README.md"
skip-files: "./redis.conf,./README.md"

0 comments on commit 12a5ba9

Please sign in to comment.