Skip to content

Automatic merge if the user modified its own file in the root directory.

Notifications You must be signed in to change notification settings

Luis-Fernando-Molina/automate-pull-request-merging

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

47 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Automated pull request merging based on modified files


Automatic merge if the github user modified its own file in the root directory doing a pull request.

Find the action yml file at .github/workflows.

How it works?

  • Checks if the github pull request proposed modified its own file in the root directory.
  • The automated action checks that the file matches with its ${username}.json.
  • Then merges the pull request if it matches.

When it fails?

  • Fails if the filename is different than ${username}.json.
  • Fails if more than one file is commited in the same pull request.

What if I cannot make it work?

About

Automatic merge if the user modified its own file in the root directory.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published