Skip to content

Github action to get all pr's opened with HEAD branch name and pass them all into draft

Notifications You must be signed in to change notification settings

Clovis-team/pass-branch-pr-to-draft

Repository files navigation

Pass all associated PR to draft

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 }}

How to do a new release:

Change the code, then:

npm run all
git add -A; git commit -m ""; git push

On github, draft a new release

About

Github action to get all pr's opened with HEAD branch name and pass them all into draft

Resources

Stars

Watchers

Forks

Packages

No packages published