aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbors[bot] <26634292+bors[bot]@users.noreply.github.com>2023-02-10 09:05:28 +0000
committerGitHub <noreply@github.com>2023-02-10 09:05:28 +0000
commitd4cce9835097f31d0e32fe47a2644dca4af9c1a3 (patch)
tree6fa35b906c136e4f019497b9fd186b988b16dffc
parent7f66312db45e3e157123108934f6cf0c71a1c235 (diff)
parent373a25382c2c2ae96799bb64762b8522b3de3b54 (diff)
downloadgcc-d4cce9835097f31d0e32fe47a2644dca4af9c1a3.zip
gcc-d4cce9835097f31d0e32fe47a2644dca4af9c1a3.tar.gz
gcc-d4cce9835097f31d0e32fe47a2644dca4af9c1a3.tar.bz2
Merge #1832
1832: ci: Run commit format checker on push to `trying` branch r=CohenArthur a=CohenArthur ChangeLog: * .github/workflows/commit-format.yml: Run job on pushes to `trying`. This should hopefully stop bors from timing out. Co-authored-by: Arthur Cohen <arthur.cohen@embecosm.com>
-rw-r--r--.github/bors.toml3
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.