Devs World
495 subscribers
182 photos
14 videos
419 links
All about software developing & architecture
@ml_world - the best materials about Machine Learning & Data Science

Our fund instagram to help homeless animals: https://www.instagram.com/ukraineanimalhelp/

Contacts: @anikishaev | creotiv@gmail.com
Download Telegram
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
👍2