cdb/Project Updates
Action to send the latest changes on a GitHub project to a Slack channel
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| project_token | Token with access to read the project | yes | — |
| project_organization | Organization that owns the project | yes | ${{ github.repository_owner }} |
| project_number | Project number | yes | — |
| storage_token | Token with access to read and write to the storage repository | yes | ${{ github.token }} |
| storage_repository | Repository to store data in | yes | ${{ github.repository }} |
| storage_path | File in the repository to store data in, JSON format | yes | — |
| branch | Branch to commit data changes to, defaults to the default branch of the repository | no | — |
| committer_name | Name to commit data changes as | yes | — |
| committer_email | Email for committer | yes | — |
| custom_fields | Custom fields from the project board to use, comma separated | no | — |
| filter | Filter to apply to the project board, in format `key:value key2:value2` | no | — |
Outputs
| name | description |
|---|---|
| updates | All updates to be sent to Slack |