-
Notifications
You must be signed in to change notification settings - Fork 139
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add automerge.yml #662
base: master
Are you sure you want to change the base?
Add automerge.yml #662
Conversation
git clone ${{env.REPO}} -b ${{env.DESTINATION_BRANCH}} tmp | ||
cd tmp | ||
git config user.name "Automerge Bot" | ||
git config user.email "[email protected]" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I don't know what email to use... maybe [email protected]?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
on: | ||
workflow_dispatch: | ||
schedule: | ||
- cron: '0 0/12 * * *' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This workflow will be executed every 12 hours.
CI failed because we added a lot of load to the Jenkins agent. |
Summary
Add automerge.yml, this workflow file should be placed on the default branch (doc here). We shouldn't merge this file into other branches. Let's be careful, please.
Close #657
Checks