Skip to content

Commit

Permalink
fix: skip validate pr for dependabot
Browse files Browse the repository at this point in the history
  • Loading branch information
nrkruk committed Dec 6, 2024
1 parent 78f0c6e commit 1ceccc6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/validate-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,11 @@ name: pr-validation

on:
pull_request:
types: [opened, reopened, edited]
types: [opened, reopened, edited, labeled, unlabeled]
# only applies to PRs that want to merge to main
branches: [main, 252-patch]

jobs:
pr-validation:
if: ${{ !contains(github.event.pull_request.labels.*.name, 'dependencies') }}
uses: salesforcecli/github-workflows/.github/workflows/validatePR.yml@main

0 comments on commit 1ceccc6

Please sign in to comment.