-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
pricing list reuseable workflow call #5919
base: master
Are you sure you want to change the base?
Conversation
@SAHU-01 Please add it as an agenda item to the meeting minutes. |
🚀 Preview for commit 0e0d317 at: https://66f1456cbbdedfda387ac2bb--layer5.netlify.app |
.github/workflows/pricing-list.yml
Outdated
@@ -0,0 +1,15 @@ | |||
name: Call Pricing List |
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.
@SAHU-01 will we adding this workflow to all our repos where we needed the pricing feature?
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.
Yes @sudhanshutech .
.github/workflows/pricing-list.yml
Outdated
@@ -0,0 +1,21 @@ | |||
name: Trigger Pricing List Workflow |
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.
Let's refer to this as a features list, please (in the filename, too).
const summary = data | ||
.filter( | ||
(item) => | ||
item.entire_row["Subscription Tier"] === tierName && |
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.
Please confirm that there is a comment in the spreadsheet on this cell letting people know where to update feature list workflows if they change the column name.
Signed-off-by: Ankita Sahu <[email protected]>
Signed-off-by: Ankita Sahu <[email protected]>
Signed-off-by: Ankita Sahu <[email protected]>
Signed-off-by: Ankita Sahu <[email protected]>
Signed-off-by: Ankita Sahu <[email protected]>
Signed-off-by: Ankita Sahu <[email protected]>
Signed-off-by: Ankita Sahu <[email protected]>
🚀 Preview for commit f0214ad at: https://672dc88c826e4519b1aede45--layer5.netlify.app |
Signed-off-by: Ankita Sahu <[email protected]>
🚀 Preview for commit 468751f at: https://672dd2fe5df160246cdc924c--layer5.netlify.app |
Description
This PR adds a pricing list to layer5io and the data is populated by a workflow.
Notes for Reviewers
Signed commits