Skip to content

Commit 94dfcbd

Browse files
authored
Merge pull request #9 from rocketreach/CLOUD-1656_enforce_tickets
CLOUD-1656 Create rocketreach-pr-checks.yml
2 parents 92f7ace + 8610419 commit 94dfcbd

1 file changed

Lines changed: 14 additions & 0 deletions

File tree

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
name: RocketReach PR Checks
2+
on:
3+
pull_request:
4+
branches: ["main"]
5+
types: ["opened", "synchronize", "reopened", "edited"]
6+
7+
jobs:
8+
rocketreach-pr-checks:
9+
runs-on: ubuntu-latest
10+
11+
steps:
12+
- uses: rocketreach/github-actions/rr-pr-checks@main
13+
with:
14+
github_token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)