Browse Source

Enable github queues and remove bors.toml (#2899)

pull/2900/head
José Julián Espina 2 years ago committed by GitHub
parent
commit
9c29b35beb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      .github/workflows/rust.yml
  2. 2
      .github/workflows/test262.yml
  3. 2
      .github/workflows/webassembly.yml
  4. 18
      bors.toml

4
.github/workflows/rust.yml

@ -7,8 +7,8 @@ on:
push: push:
branches: branches:
- main - main
- staging # bors merge_group:
- trying # bors types: [checks_requested]
jobs: jobs:
coverage: coverage:

2
.github/workflows/test262.yml

@ -8,6 +8,8 @@ on:
pull_request: pull_request:
branches: branches:
- main - main
merge_group:
types: [checks_requested]
jobs: jobs:
run_test262: run_test262:

2
.github/workflows/webassembly.yml

@ -5,6 +5,8 @@ on:
push: push:
branches: branches:
- main - main
merge_group:
types: [checks_requested]
name: Webassembly demo name: Webassembly demo

18
bors.toml

@ -1,18 +0,0 @@
# docs https://bors.tech/documentation/
status = [
"Coverage",
"Build and Test (macos-latest)",
"Build and Test (windows-latest)",
"Misc",
]
pr_status = [
"Coverage",
"Build and Test (macos-latest)",
"Build and Test (windows-latest)",
"Misc",
]
block_labels = [ "blocked" ]
required_approvals = 2
delete_merged_branches = true
use_squash_merge = true
update_base_for_deletes = true
Loading…
Cancel
Save