From 44daf79cac4a7a84e1f42cebf8216aa56ed3e550 Mon Sep 17 00:00:00 2001 From: Esteban Gonzalez Tamayo <53051438+egonzalezt@users.noreply.github.com> Date: Mon, 16 Oct 2023 13:30:29 -0500 Subject: [PATCH] Update pull-request.yml --- .github/workflows/pull-request.yml | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/.github/workflows/pull-request.yml b/.github/workflows/pull-request.yml index cc10619..f36feba 100644 --- a/.github/workflows/pull-request.yml +++ b/.github/workflows/pull-request.yml @@ -54,4 +54,12 @@ jobs: with: name: sarif-results path: sarif-results - retention-days: 1 \ No newline at end of file + 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