Skip to content

JEFuller/merge-deploy-action-demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

merge-deploy-action-demo

Be able to fast forward merge without a pull request in the GitHub GUI.

A solution to How to merge branches on github.com without doing pull request? using actions/github-script@v5, see here for action.

Trigger it manually via the action's page:

Screen Shot 2025-08-05 at 11 36 40

Note: if you have e.g. a deploy.yml with an on: push it will not be trigged (since updateRef isn't technically a push).

But that can be triggered automaticall using actions/github-script@v5, see here.

Note: the deploy workflow will need to be updated to on: [push, workflow_dispatch]:

Screen Shot 2025-08-05 at 11 38 28

About

Be able to fast forward merge without a pull request in the GitHub GUI

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published