Alok Gupta
Alok Gupta
Yes, I already register for the hackathon. I think I need to wait till 27 July to make PR. As it stated on portal : ) Thank you @rajdip-b
Hey @rajdip-b! Just a few questions to get started with it: - Currently, the release workflow is triggered when we push to the main branch, right? We want that whenever...
> Yes this is the flow we have in mind! But we need to be 100% sure that the script works. We can also add `workflow dispatch` event in deploy...
> > > Yes this is the flow we have in mind! But we need to be 100% sure that the script works. > > > > We can also...
Hello @Yashsharma1911! I would love to work on this project. I have good experience in CI/CD and Testing. Currently, I am a GSoC contributor at JSON Schema org, and my...
> Great job with this! > > Could it be possible to add another step to approve and another one to merge? I don't think it's possible to do this...
> > However, it could be easily done with a separate workflow. > > We'll need to do something to avoid the cumulation of unreviewed PRs. I will be creating...
Added auto approve and auto merge in the same workflow.
For auto merge, these condition must be true:  https://github.com/peter-evans/enable-pull-request-automerge?tab=readme-ov-file#conditions
> > Added auto approve and auto merge in the same workflow. > > This seems like a bad idea. (Unless I'm misunderstanding what's being added.) > > It seems...