Skip to content
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

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

ManuelJNunez
Copy link
Member

@ManuelJNunez ManuelJNunez commented Feb 21, 2024

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

  • I have updated the documentation accordingly.
  • I have read the CONTRIBUTING document.

git clone ${{env.REPO}} -b ${{env.DESTINATION_BRANCH}} tmp
cd tmp
git config user.name "Automerge Bot"
git config user.email "bot@example.com"
Copy link
Member Author

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 automerge@rti.com?

Copy link
Collaborator

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 * * *'
Copy link
Member Author

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.

@ManuelJNunez
Copy link
Member Author

CI failed because we added a lot of load to the Jenkins agent.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[ENH] Automatically merge release/7.3.0 into develop to keep the develop branch updated
2 participants