-
Notifications
You must be signed in to change notification settings - Fork 383
feat(misc): add workflow that sends message to space on every github release #4535
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: next
Are you sure you want to change the base?
Conversation
This pull request is automatically being deployed by Amplify Hosting (learn more). |
@@ -0,0 +1,143 @@ | |||
name: Notify Webex Space on Release | |||
|
|||
on: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We should be mentioning the branch on which this should run, probably only next and master
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We do not need master
.
Let's stick to just the next
branch
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Have we tested this code anywhere? If not that will be the next steps for this.
@@ -0,0 +1,143 @@ | |||
name: Notify Webex Space on Release | |||
|
|||
on: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We do not need master
.
Let's stick to just the next
branch
@@ -0,0 +1,143 @@ | |||
name: Notify Webex Space on Release |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can we add it as part of the release script itself instead of a separate script?
COMPLETES #CAI-7233
This pull request addresses
Sends a message regarding new releases to webexteams://im?space=81e29920-a8ba-11f0-96cf-1f4b134716e4
by making the following changes
Add a workflow
Change Type
The following scenarios were tested
NA
The GAI Coding Policy And Copyright Annotation Best Practices
I certified that
Make sure to have followed the contributing guidelines before submitting.