Skip to content

RomuloLim/github-actions-test

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 

Repository files navigation

Github Actions Auto PR

This is a basic example to practice my knowledge of github actions.

How it works?

The actions works when have a new accepted PR in Main branch. The action creates automaticaly a PR updating Main branch changes to Homol Branch, and if this PR is accepted, the action creates a PR updating Homol branch changes to Dev branch changes.

Example

  • First, make changes and create a PR to Main branch:

  • After, merge PR:

  • Now, the action will dispatch creating a PR to Homol:

  • When you merge PR, the action will dispatch creating a PR to Dev

How to contribute

Contributions make the open source community an amazing place to learn, inspire and create. all contributions are extremely appreciated

  1. Make a project fork
  2. Make a new feature branch (git checkout -b feature/awesomeFeat)
  3. Add Content (git add -A)
  4. Commit changes (git commit -m 'Adicionado conteudo brabo')
  5. Make a push (git push origin feature/awesomeFeat)
  6. Open pull request

To test, you can make only fork 😉

Notes

  • I'm learning english, but if you found an error in this readme, please contact me 😅

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published