Skip to content

Commit 92d405e

Browse files
authored
Merge pull request #409 from salesforcecli/sync-validate-pr
chore: sync github actions pr-validation
2 parents 9797405 + d60d5f7 commit 92d405e

File tree

2 files changed

+22
-0
lines changed

2 files changed

+22
-0
lines changed

.github/validate-pr.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)