Skip to content

Commit

Permalink
chore: skip verifying bot pr
Browse files Browse the repository at this point in the history
  • Loading branch information
Kavinjsir committed Mar 6, 2024
1 parent 66c3572 commit ac61f10
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/verify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ jobs:
verify:
name: Verify PR contents
runs-on: ubuntu-latest
if: github.actor != 'dependabot[bot]' && github.actor != 'dependabot-preview[bot]'
steps:
- name: Verifier action
id: verifier
Expand Down

0 comments on commit ac61f10

Please sign in to comment.