https://github.com/centralnicgroup-opensource/rtldev-middleware-gulp-release-notification-plugin
Push release notifications to given Webhook URL
https://github.com/centralnicgroup-opensource/rtldev-middleware-gulp-release-notification-plugin
Last synced: 4 months ago
JSON representation
Push release notifications to given Webhook URL
- Host: GitHub
- URL: https://github.com/centralnicgroup-opensource/rtldev-middleware-gulp-release-notification-plugin
- Owner: centralnicgroup-opensource
- Created: 2023-10-04T09:24:04.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-02-17T16:05:40.000Z (4 months ago)
- Last Synced: 2025-02-17T17:24:54.405Z (4 months ago)
- Language: JavaScript
- Size: 362 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: HISTORY.md
Awesome Lists containing this project
README
## Notification for Teams Channel
### Prerequisites
To initiate a new notification for a Teams channel through a webhook, ensure you have the following environment variables set:- `TEAMS_NOTIFICATION_URI`: The URI for the Teams channel webhook.
- `COMMIT_SHA` (optional): If desired, provide the Merge Commit SHA. This can be obtained from the GitHub workflow using `${{ github.sha }}` and should be passed in an environment variable named `COMMIT_SHA`.
- `GITHUB_TOKEN` (optional): If desired, provide the GITHUB TOKEN to fetch the pull request information.### Additional Details
For more comprehensive information, including a Jira Issue link (via pull request information), ensure that the Merge Commit SHA is provided. This can be passed from the GitHub workflow using `${{ github.sha }}` and should also be set as an environment variable named `COMMIT_SHA`.