eomm/github-action-notion-statusboard
Build a status board of your GitHub repositories in your Notion workspace
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| github-repository-query | The GitHub query to select the repositories to be syncronized to Notion. | yes | — |
| github-issue-labels | Filter the issues counter by labels. Example: 'bug,enhancement' | no | — |
| github-token | Your Github token, it's already available to your Github action. | no | ${{ github.token }} |
| notion-token | The Notion integration token. | yes | — |
| notion-database-id | The Notion database ID where the data will be stored. | yes | — |
| delete-additional-rows | Delete Notion database's rows if they are not present in the GitHub query. | — | true |
| log-level | The log level of the action. | no | info |
| page-size | The page size of the GitHub query. Set a lower value if you are getting timeout errors. The maximum is 100. | no | 100 |
Outputs
no outputs