Skip to content

Commit

Permalink
Delete bors.toml
Browse files Browse the repository at this point in the history
bors-ng is now [deprecated]. We should migrate to [built-in merge queues].

[deprecated]: https://bors.tech/newsletter/2023/05/01/tmib-76/
[built-in merge queues]: https://github.blog/changelog/2023-02-08-pull-request-merge-queue-public-beta/
  • Loading branch information
mkroening committed May 5, 2023
1 parent f9c7ad8 commit 1b835b8
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 27 deletions.
4 changes: 0 additions & 4 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,6 @@ updates:
schedule:
interval: "weekly"
timezone: "Europe/Berlin"
# Automatic rebases cancel pending bors merges
rebase-strategy: "disabled"
# Enable version updates for Github Actions
- package-ecosystem: "github-actions"
# Set to `/` to check the Actions used in `.github/workflows`
Expand All @@ -20,5 +18,3 @@ updates:
schedule:
interval: "weekly"
timezone: "Europe/Berlin"
# Automatic rebases cancel pending bors merges
rebase-strategy: "disabled"
8 changes: 1 addition & 7 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,7 @@ name: CI

on:
push:
branches:
- master
- staging
- trying
pull_request:
branches:
- master
merge_group:

jobs:
test:
Expand Down
1 change: 0 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ exclude = [
"/.gitattributes",
"/.gitignore",
"/.gitmodules",
"/bors.toml",
"/codecov.yml",
]

Expand Down
15 changes: 0 additions & 15 deletions bors.toml

This file was deleted.

0 comments on commit 1b835b8

Please sign in to comment.