Skip to content

Commit

Permalink
Adds Getting Started instructions and CLA Check workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
willtai committed Apr 23, 2024
1 parent 216bcc3 commit ced9b78
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/cla-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: "CLA Check"
on:
pull_request_target:
branches:
- dev
- main

jobs:
cla-check:
Expand All @@ -15,7 +15,7 @@ jobs:
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
with:
repository: neo-technology/whitelist-check
token: ${{ secrets.NEO4J_TEAM_GENAI_PERSONAL_ACCESS_TOKEN }}
token: ${{ secrets.CLA_CHECK_TOKEN }}
- uses: actions/setup-python@82c7e631bb3cdc910f68e0081d67478d79c6982d # v5
with:
python-version: 3
Expand All @@ -27,6 +27,6 @@ jobs:
owner=$(echo "$GITHUB_REPOSITORY" | cut -d/ -f1)
repository=$(echo "$GITHUB_REPOSITORY" | cut -d/ -f2)
./bin/examine-pull-request "$owner" "$repository" "${{ secrets.NEO4J_TEAM_GENAI_PERSONAL_ACCESS_TOKEN }}" "$PULL_REQUEST_NUMBER" cla-database.csv
./bin/examine-pull-request "$owner" "$repository" "${{ secrets.CLA_CHECK_TOKEN }}" "$PULL_REQUEST_NUMBER" cla-database.csv
env:
PULL_REQUEST_NUMBER: ${{ github.event.number }}

0 comments on commit ced9b78

Please sign in to comment.