You're on your way to the next level! Join the Kudos program to earn points and save your progress.
Level 1: Seed
25 / 150 points
Next: Root
1 badge earned
Challenges come and go, but your rewards stay with you. Do more to earn more!
What goes around comes around! Share the love by gifting kudos to your peers.
Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!
Join now to unlock these features and more
The Atlassian Community can help you and your team get more value out of Atlassian products and practices.
Hi everyone, I hope you are doing well.
As a part of my final year internship, I take the task of "Automating pull requests from bit repository to the local machine of each developer and merging the source code"
The objective of this task is to get the latest version of the source code to the local machine.
Changes committed by developers to the repository are pushed to our repository, via a 'git push'. Upon completion of the push, we would like an automated process that would:
Create a pull request to merge changes from the repository to the local machine.
Auto approves the pull request.
Auto-merge the pull request from the repository to the local machine.
Send an email with a generated report to the developer with the status of the process (success or failure).
Hint: for them -company-, it is highly recommended to work with (java, maven) to make an executable jar file that does this process.
Thank you!