This is a basic example to practice my knowledge of github actions.
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.
- First, make changes and create a PR to Main branch:
- When you merge PR, the action will dispatch creating a PR to Dev
Contributions make the open source community an amazing place to learn, inspire and create. all contributions are extremely appreciated
- Make a project fork
- Make a new feature branch (
git checkout -b feature/awesomeFeat) - Add Content (
git add -A) - Commit changes (
git commit -m 'Adicionado conteudo brabo') - Make a push (
git push origin feature/awesomeFeat) - Open pull request
To test, you can make only fork 😉
- I'm learning english, but if you found an error in this readme, please contact me 😅



