Skip to content
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

As a User - I want a plugin that creates a github action workflow for my service(s) #5802

Closed
1 task done
Assignees
Labels
epic: Plugins impact: Value Proposition initiatives that focus on improving the value that users are getting from the service type: feature request
Milestone

Comments

@levivannoort
Copy link
Member

levivannoort commented Apr 15, 2023

Feature description

With the new addition of plugins to amplication, it would be nice to have the option to automatically generate a workflow per service - this is because the abstraction level for plugins is currently at the service, where as a shared continuous integration pipeline could be used at the project level.

The pipeline should take care of (but not limited to):

  • Linting
  • Building
  • Testing
  • Publishing

Dependency

Use case

Provides a project/service with the pipeline required to further the process of getting the application component(s) deployed.

Are you willing to submit PR?

Yes I am willing to submit a PR!

@levivannoort
Copy link
Member Author

levivannoort commented Apr 24, 2023

Permissions of the github application used to push the code to the applicable github repository (specific permission required on github application: 'repository permissions' > 'Workflows: Update Github Action workflow files' > Access: 'Read and write') are required to proceed. Decision is to be made on how to further approach.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment