We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 30bb85d commit a51fca9Copy full SHA for a51fca9
1 file changed
.github/workflows/validate-pr.yml
@@ -0,0 +1,11 @@
1
+name: pr-validation
2
+
3
+on:
4
+ pull_request:
5
+ types: [opened, reopened, edited]
6
+ # only applies to PRs that want to merge to main
7
+ branches: [main]
8
9
+jobs:
10
+ pr-validation:
11
+ uses: salesforcecli/github-workflows/.github/workflows/validatePR.yml@main
0 commit comments