-
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,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 |
Signed-off-by: Ankita Sahu <[email protected]>
🚀 Preview for commit 06bf498 at: https://6736c37c2072aeffdd838bfe--layer5.netlify.app |
did you incorporated coming soon? @SAHU-01 |
@jerensl workflow looks good? |
Yes @sudhanshutech the logic is there, in the json file if you add |
Signed-off-by: Ankita Sahu <[email protected]>
🚀 Preview for commit 661ca03 at: https://6736e730171fe5103fd8a52d--layer5.netlify.app |
.github/workflows/feature-list.yml
Outdated
commit_options: "--signoff" | ||
commit_user_name: l5io | ||
commit_user_email: [email protected] | ||
commit_author: ${{ github.actor }} <${{ github.actor }}@users.noreply.github.com> |
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.
This github.actor is fragile, sometimes it willl refer to the person who merge this PR
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.
What possible fix would you suggest for this one?
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.
@jerensl any reference or example?
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.
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.
thanks jeren, @SAHU-01 lets finish this.
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.
Done, @sudhanshutech !
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.
lets give a final review on the call by everyone then will merge.
Signed-off-by: Ankita Sahu <[email protected]>
🚀 Preview for commit 6af6a42 at: https://673763768b081eb3559ef928--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