Skip to content

Commit d034c0d

Browse files
committed
chore: Remove target branch check
1 parent 18ef17b commit d034c0d

2 files changed

Lines changed: 10 additions & 18 deletions

File tree

.github/workflows/pull-request.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,16 @@ permissions:
1313
id-token: write
1414

1515
jobs:
16+
pr-check-hadcoded-secrets:
17+
name: "Check PR for hardcoded secrets"
18+
uses: mParticle/mparticle-workflows/.github/workflows/security-hardcoded-secrets.yml@main
19+
pr-branch-check-name:
20+
name: "Check PR for semantic branch name"
21+
uses: mParticle/mparticle-workflows/.github/workflows/pr-branch-check-name.yml@main
22+
pr-title-check:
23+
name: "Check PR for semantic title"
24+
uses: mParticle/mparticle-workflows/.github/workflows/pr-title-check.yml@main
25+
1626
instrumented-tests:
1727
name: "Instrumented Tests"
1828
timeout-minutes: 30

.github/workflows/reusable-workflows.yml

Lines changed: 0 additions & 18 deletions
This file was deleted.

0 commit comments

Comments
 (0)