Skip to content

Commit

Permalink
Update pull-request.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Daves2126 committed Oct 16, 2023
1 parent 3019765 commit 44daf79
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion .github/workflows/pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,4 +54,12 @@ jobs:
with:
name: sarif-results
path: sarif-results
retention-days: 1
retention-days: 1
oneCommit:
runs-on: ubuntu-latest
name: restrict commit messages
steps:
- uses: actions/checkout@v1
- uses: Gaurang033/OneCommit@v1
with:
max_commits: 1

0 comments on commit 44daf79

Please sign in to comment.