diff --git a/.github/workflows/main.yaml b/.github/workflows/main.yaml index 8d5cef5..49c6909 100644 --- a/.github/workflows/main.yaml +++ b/.github/workflows/main.yaml @@ -4,6 +4,7 @@ on: [push] jobs: all: + name: All strategy: matrix: os: diff --git a/bors.toml b/bors.toml index ff33426..4342199 100644 --- a/bors.toml +++ b/bors.toml @@ -1,2 +1,4 @@ -status = ["all"] -use_squash_merge = true +delete-merged-branches = true +status = ["All (%-latest)"] +use-squash-merge = true +cut-body-after = "---"