diff options
author | Arthur Cohen <arthur.cohen@embecosm.com> | 2023-02-08 13:48:43 +0100 |
---|---|---|
committer | Arthur Cohen <arthur.cohen@embecosm.com> | 2023-02-10 10:07:03 +0100 |
commit | 373a25382c2c2ae96799bb64762b8522b3de3b54 (patch) | |
tree | 6fa35b906c136e4f019497b9fd186b988b16dffc | |
parent | 7f66312db45e3e157123108934f6cf0c71a1c235 (diff) | |
download | gcc-373a25382c2c2ae96799bb64762b8522b3de3b54.zip gcc-373a25382c2c2ae96799bb64762b8522b3de3b54.tar.gz gcc-373a25382c2c2ae96799bb64762b8522b3de3b54.tar.bz2 |
ci: Revert bors running of commit checkers
ChangeLog:
* .github/bors.toml: Remove checks for commit formats.
-rw-r--r-- | .github/bors.toml | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/.github/bors.toml b/.github/bors.toml index 8c4607e..732ef5c 100644 --- a/.github/bors.toml +++ b/.github/bors.toml @@ -2,9 +2,6 @@ status = [ "build-and-check-ubuntu-64bit", "build-and-check-ubuntu-32bit", "build-and-check-gcc-48", - "check-commit-changelogs", - "check-commit-prefixes", - "check-commit-signoffs", ] # Uncomment this to use a two hour timeout. # The default is one hour. |