Skip to content

Commit

Permalink
CI: adding bots exclusion for PR template validation (#182)
Browse files Browse the repository at this point in the history
  • Loading branch information
Fcogollo-BT authored Jan 16, 2025
1 parent 6f5ccc3 commit c004943
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/validate-pr-template.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@ on:
jobs:
validate-pr:
runs-on: ubuntu-latest

if: ${{ github.actor != 'dependabot[bot]' && github.actor != 'beyondtrust-release-app[bot]' }}

steps:
- name: Check PR Description
id: validate
Expand Down

0 comments on commit c004943

Please sign in to comment.