serverless / github-action

:zap::octocat: A Github Action for deploying with the Serverless Framework
Apache License 2.0
662 stars 174 forks source link

Is this repo being maintained? #25

Open michaelmerrill opened 4 years ago

michaelmerrill commented 4 years ago

Hello Serverless,

It seems like this repo is abandoned. If so, would you recommend another package for the community to use and deprecate this one?

guillermo-menjivar commented 4 years ago

@michaelmerrill I found this https://gist.github.com/maxkostinevich/9672966565aeb749d41e49673be4e7fa from @maxkostinevich

guillermo-menjivar commented 4 years ago

I was able to easily incorporate those steps into my existing definition without needed a new docker container

jdrydn commented 4 years ago

Node 10.x right? What's the difference between this repo/action, that gist, or just:

- name: sls deploy
  run: npx sls deploy
DavideViolante commented 4 years ago

I requested access to maintain this repo and I just merged some old PRs that blocked this action to work correctly. Any feedback is welcome here about next steps and improvements to do. :+1:

tx0c commented 2 years ago

Any feedback is welcome here about next steps and improvements to do. +1

suggest to revert the alpine changes in #51 (cc @anandg112) back to a glibc based image, https://github.com/serverless/github-action/issues/58#issuecomment-939186357

DavideViolante commented 1 year ago

I'm quitting as a maintainer, this repo needs more active maintainers from serverless company.

ryanlawson commented 6 months ago

@DavideViolante @ac360 @eahefnawy @czubocha I'm interested in maintaining this repo; I use Serverless and GitHub Actions for pretty much all of my projects and I'd hate to see it go dormant. Is there a process to become a maintainer?