Skip to content

Commit

Permalink
docs: connect organization to tracker jobs (#294)
Browse files Browse the repository at this point in the history
  • Loading branch information
georgeciubotaru authored Aug 2, 2024
1 parent b4f23d0 commit 00a3f15
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,22 @@ PR Time Tracker automates invoice generation processes and tracks core developer
3. Invite the @pr-time-tracker into your organization and make him an owner
4. To customize the included repositories go to "Settings" -> "GitHub Apps"

## Connect the installed organization with the Tracker flow

1. Add a record of your organization info in the Vercel env `APP_INTEGRATIONS_LIST`

```javascript
{ "id": "org_id", "name": "org_slug", "nodeId": "oracle_project_id"}
```

Where:

- `id` is the identifier used for defining jobs (can be any string)
- `name` - the GitHub organization slug
- `nodeId` - Holdex Oracle project ID, if no project is defined use explicit value `337c06eb` for HX project column

2. Re-deploy the current production build so changes can take effect.

## Scripts

- postinstall: Sets up Husky for Git hooks.
Expand Down

0 comments on commit 00a3f15

Please sign in to comment.