Skip to content

Commit

Permalink
Merge pull request #34 from port-labs/github-sync-readme-improvements
Browse files Browse the repository at this point in the history
README improvement to GitHub issues sync params
  • Loading branch information
matarpeles authored Dec 15, 2024
2 parents d7205e9 + c606da9 commit 7865937
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -233,9 +233,10 @@ Generated Scorecard issue for the bronze level:
| `blueprint` | Blueprint identifier | true | |
| `scorecard` | Scorecard identifier | true | |
| `opeation_kind` | What operation should the sender do, leave at - `issue_handler` | true | |
| `target_kind` | leave at - `github` | true | |
| `filter_rule` | The [rule filter](https://docs.getport.io/search-and-query/#rules) to apply on the data queried from Port | false | |
| `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 | |
| `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 | |
| `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 | |
| `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 | |
| `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 | |

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.
Expand Down

0 comments on commit 7865937

Please sign in to comment.