This actions can be called on "push" branch events. It's gonna gather all opened PR's for the branch and pass them to draft.
- name: Pass all the associated open PR's to draft
uses: Clovis-team/[email protected]
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
Change the code, then:
npm run all
git add -A; git commit -m ""; git push
On github, draft a new release