softwareone-platform/Send Teams PR Notification
Sends a pull request notification to Microsoft Teams.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| webhook_url | Teams incoming webhook URL | yes | — |
| bot_image_url | URL of the bot image to be used in the notification | yes | — |
| repo | Repository name in the format `owner/repo` | yes | — |
| pr_url | URL of the pull request | yes | — |
| pr_title | Title of the pull request | yes | — |
| pr_author | Author of the pull request | yes | — |
| head_ref | The head branch name of the pull request | yes | — |
| base_ref | The base branch name of the pull request | yes | — |
| commits | Number of commits in the pull request | yes | — |
| changed_files | Number of files changed in the pull request | yes | — |
| additions | Number of lines added in the pull request | yes | — |
| deletions | Number of lines deleted in the pull request | yes | — |
| pr_number | Pull request number | yes | — |
| pr_status | Status of the pull request | yes | — |
| is_merged | Whether the pull request is merged (true/false) | yes | — |
Outputs
no outputs