Today in our rubric #ANDevHowTo i will teach you how to make cool approval #deploy #automation with #GitHubActions
Very often deploy, especially on production require attention and approval from many people from different teams like: dev, qa, product, support, etc.
And its very complicated to gather all this approvals manually, and most of the companies are not using any software that will help with this. But many of them using GitHub.
GitHub PRs already have approval process, but it lacks configuration.
That's why for solving this problem we will use 2 actions.
✅ This action that auto assign people to our PR
https://github.com/marketplace/actions/auto-assign-action
✅ This action will check that needed amount of teams and users approved PR
https://github.com/marketplace/actions/custom-approval-management
#ANDevHowToAutomation #GitHub #devops #process
Very often deploy, especially on production require attention and approval from many people from different teams like: dev, qa, product, support, etc.
And its very complicated to gather all this approvals manually, and most of the companies are not using any software that will help with this. But many of them using GitHub.
GitHub PRs already have approval process, but it lacks configuration.
That's why for solving this problem we will use 2 actions.
✅ This action that auto assign people to our PR
https://github.com/marketplace/actions/auto-assign-action
✅ This action will check that needed amount of teams and users approved PR
https://github.com/marketplace/actions/custom-approval-management
#ANDevHowToAutomation #GitHub #devops #process
👍2