From 4b8080ff8c1646a403a2bfadea56da083670d269 Mon Sep 17 00:00:00 2001 From: Benjamin Lannon Date: Sat, 24 Nov 2018 16:42:53 -0500 Subject: [PATCH 1/3] Created ideas list --- ideas.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 ideas.md diff --git a/ideas.md b/ideas.md new file mode 100644 index 0000000..18b1cc5 --- /dev/null +++ b/ideas.md @@ -0,0 +1,16 @@ +# 💡 Actions Idea List + +This is a list of ideas of actions and workflows that people would like to see one day. + +If you would like to contribute to this, feel free to add to the list: + +## Ideas + +- Stargazer Threshold action - continue through a workflow after a certain number of stars is passed (every 100 stars, every 500 stars, etc) +- Twitter Action - Tweet out content +- Iteration Manager - When issues are added to a milestone, add to an iteration plan issue in the repo automatically. +- Issue Reproducer - Set up infrastructure to try reproducing code workflows to try verifying bugs +- VSCE action - action to use vscode-vsce to automate deployment of VS Code extensions. +- Image optimizer - When PRs are opened with static image assets, optimize them before merging +- Puppeteer swarm - Spin up various instances Puppeteer with different viewports and take screenshots to see previews of websites +- Lighthouse action - Setup Lighthouse tool to run website audits in CI (Not allow merges / deploys to production environments if lighthouse score drops) From 3209f2f220e884099e367680728cd9227fd452cf Mon Sep 17 00:00:00 2001 From: Benjamin Lannon Date: Sat, 1 Dec 2018 12:35:10 -0500 Subject: [PATCH 2/3] Update ideas.md --- ideas.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/ideas.md b/ideas.md index 18b1cc5..0da03dc 100644 --- a/ideas.md +++ b/ideas.md @@ -2,7 +2,7 @@ This is a list of ideas of actions and workflows that people would like to see one day. -If you would like to contribute to this, feel free to add to the list: +If you would like to contribute to this, First check the action exists first, but if it hasn't yet, feel free to add to the list: ## Ideas @@ -10,7 +10,6 @@ If you would like to contribute to this, feel free to add to the list: - Twitter Action - Tweet out content - Iteration Manager - When issues are added to a milestone, add to an iteration plan issue in the repo automatically. - Issue Reproducer - Set up infrastructure to try reproducing code workflows to try verifying bugs -- VSCE action - action to use vscode-vsce to automate deployment of VS Code extensions. - Image optimizer - When PRs are opened with static image assets, optimize them before merging - Puppeteer swarm - Spin up various instances Puppeteer with different viewports and take screenshots to see previews of websites - Lighthouse action - Setup Lighthouse tool to run website audits in CI (Not allow merges / deploys to production environments if lighthouse score drops) From 2d67c464e4d25001b5535e5e44c84286a71751df Mon Sep 17 00:00:00 2001 From: Benjamin Lannon Date: Sat, 1 Dec 2018 17:02:50 -0500 Subject: [PATCH 3/3] Update ideas.md --- ideas.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ideas.md b/ideas.md index 0da03dc..7dd4b05 100644 --- a/ideas.md +++ b/ideas.md @@ -2,7 +2,7 @@ This is a list of ideas of actions and workflows that people would like to see one day. -If you would like to contribute to this, First check the action exists first, but if it hasn't yet, feel free to add to the list: +If you would like to contribute to this, please feel free to add something! We only ask that you first check to see if the action already exists before doing so. ## Ideas