Created ideas list

This commit is contained in:
Benjamin Lannon 2018-11-24 16:42:53 -05:00
parent 69995d1928
commit 4b8080ff8c

16
ideas.md Normal file
View File

@ -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)