-
Notifications
You must be signed in to change notification settings - Fork 109
Trigger repo sync workflow on pushes to main #390
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
Conversation
Add trigger to `repo-sync` workflow to trigger sync workflow on pushes to `main`.
Vercel Previews Deployed
|
RubenSandwich
left a comment
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.
ππ»
|
@RubenSandwich something just occurred to me with this - since the sync happens on commits to |
Hmm good point. |
Since the repo sync is triggered on pushes to `main`, the 2 hour sync is no longer required and can be removed as it is producing excessive quantities of PRs
RubenSandwich
left a comment
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.
ππ»


π Relevant links
ποΈ What
Add trigger to
repo-syncworkflow to trigger sync workflow on pushes tomain.π€· Why
The repo sync runs automatically every 2 hours (or manually via
workflow_dispatch). However, if a merge tomainoccurs outside that 2 hour window, it then requires a manual trigger ofworkflow_dispatchto sync the repos.