We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9797405 + d60d5f7 commit 92d405eCopy full SHA for 92d405e
.github/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
.github/workflows/validate-pr.yml
0 commit comments