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

Remove bors-ng and switch to GitHub actions merge-queue #480

Merged
merged 1 commit into from
Aug 1, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 4 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,12 @@

name: ci

# We want to run CI on all pull requests. Additionally, Bors needs workflows to
# run on the `staging` and `trying` branches.
# We want to run CI on all pull requests. Additionally, GitHub actions merge
# queue needs workflows to run on the `merge_queue` trigger to block merges on
# them.
on:
pull_request:
push:
branches:
- staging
- trying
merge_group:

jobs:
ci:
Expand Down
5 changes: 3 additions & 2 deletions .github/workflows/mac-os.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,9 @@

name: ci-mac-os

# We run this workflow during pull request review, but not for Bors merges. We
# can change this if the workflow is reasonably quick and reliable.
# We run this workflow during pull request review, but not as a required status
# for GitHub actions merge-queue merges. We can change this if the workflow is
# reasonably quick and reliable.
on: pull_request

jobs:
Expand Down
10 changes: 4 additions & 6 deletions .github/workflows/size-diff.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,12 @@

name: size-diff

# We want to run this on all pull requests. Additionally, Bors needs workflows
# to run on the `staging` and `trying` branches to block merges on them.
# We want to run this on all pull requests. Additionally, GitHub actions merge
# queue needs workflows to run on the `merge_queue` trigger to block merges on
# them.
on:
pull_request:
push:
branches:
- staging
- trying
merge_group:

jobs:
size-diff:
Expand Down
4 changes: 0 additions & 4 deletions bors.toml

This file was deleted.

Loading