Skip to content

Commit 7865937

Browse files
authored
Merge pull request #34 from port-labs/github-sync-readme-improvements
README improvement to GitHub issues sync params
2 parents d7205e9 + c606da9 commit 7865937

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

+3-2
Original file line numberDiff line numberDiff line change
@@ -233,9 +233,10 @@ Generated Scorecard issue for the bronze level:
233233
| `blueprint` | Blueprint identifier | true | |
234234
| `scorecard` | Scorecard identifier | true | |
235235
| `opeation_kind` | What operation should the sender do, leave at - `issue_handler` | true | |
236+
| `target_kind` | leave at - `github` | true | |
236237
| `filter_rule` | The [rule filter](https://docs.getport.io/search-and-query/#rules) to apply on the data queried from Port | false | |
237-
| `github_api_url` | Github API URL. We recommend setting this to Github's `github.api_url` [context variable](https://docs.github.com/en/actions/learn-github-actions/variables#using-contexts-to-access-variable-values) URL | true | |
238-
| `github_repository` | The Github Repository. We recommend setting this to Github's `github.repository` [context variable](https://docs.github.com/en/actions/learn-github-actions/variables#using-contexts-to-access-variable-values) | true | |
238+
| `github_api_url` | Github API URL. We recommend setting this to Github's `github.api_url` [context variable](https://docs.github.com/en/actions/learn-github-actions/variables#using-contexts-to-access-variable-values) URL. Using GitHub Cloud, you should use - `https://api.github.com` | true | |
239+
| `github_repository` | The Github Repository. We recommend setting this to Github's `github.repository` [context variable](https://docs.github.com/en/actions/learn-github-actions/variables#using-contexts-to-access-variable-values). If set manually, should be in the format `org_name/repo_name`, for example `port-labs/port-sender` | true | |
239240
| `github_token` | The Github's Token used for create/get/update operations on issues. We recommend setting this to Github's `github.token` [context variable](https://docs.github.com/en/actions/learn-github-actions/variables#using-contexts-to-access-variable-values), and granting it default `issues: write` [permissions](https://docs.github.com/en/actions/using-jobs/assigning-permissions-to-jobs) | true | |
240241

241242
This example will create a Github issue for every service in every level that are not completed in the `productionReadiness` scorecard for the Backend Team.

0 commit comments

Comments
 (0)