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

experiment with Merge Queues #94

Merged
merged 1 commit into from
Mar 30, 2023
Merged

experiment with Merge Queues #94

merged 1 commit into from
Mar 30, 2023

Conversation

aduh95
Copy link
Contributor

@aduh95 aduh95 commented Mar 29, 2023

Merge Queues will run the checks on the commit that's about to merge to target branch, and will abort if a failure is detected. The difference with auto-merges is that the checks are re-run just before merging, while auto-merges behaves as if the target branch have not changed since the checks was last run.

Merge Queues will run the checks on the commit that's about to merge to
target branch, and will abort if a failure is detected. The difference
with auto-merges is that the checks are re-run just before merging,
while auto-merges behaves as if the target branch have not changed since
the checks was last run.
@aduh95 aduh95 enabled auto-merge March 29, 2023 13:07
@aduh95 aduh95 requested a review from Murderlon March 29, 2023 13:08
@lekevbot lekevbot added the uppy The open source file uploader label Mar 29, 2023
@aduh95 aduh95 added this pull request to the merge queue Mar 30, 2023
Merged via the queue into main with commit 97a4471 Mar 30, 2023
@aduh95 aduh95 deleted the merge-q branch March 30, 2023 08:50
Murderlon added a commit that referenced this pull request Apr 3, 2023
* 'main' of https://github.com/transloadit/uppy.io:
  Fix drag & drop link in quick start (#96)
  Move over migration guide (#95)
  experiment with Merge Queues (#94)
  fix lint error (#93)
  docs: fix typos (#89)
  add docs for the new COMPANION_REDIS_PUBSUB_SCOPE (#88)
  Add @uppy/audio docs (#86)
  Fix vue doc. (#83)
  meta: mark `format:check-diff` on unformatted code as failure (#84)
  uppy-core: prettify (#85)
  Fix locales link
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
uppy The open source file uploader
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants