Skip to content
This repository was archived by the owner on Nov 26, 2020. It is now read-only.

Commit 66b8281

Browse files
authored
Merge pull request #578 from flip1995/clippy_gha
Add GHA checks for the Clippy Repo
2 parents fc73b5d + 1e8000c commit 66b8281

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

homu.toml.template

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -239,10 +239,12 @@ try_users = []
239239
auto = "auto"
240240
[repo.clippy.github]
241241
secret = "{{ homu.repo-secrets.clippy }}"
242-
[repo.clippy.checks.travis]
243-
name = "Travis CI - Branch"
244-
[repo.clippy.status.appveyor]
245-
context = "continuous-integration/appveyor/branch"
242+
[repo.clippy.checks.action_test]
243+
name = "bors test finished"
244+
[repo.clippy.checks.action_dev_test]
245+
name = "bors dev test finished"
246+
[repo.clippy.checks.action_remark_test]
247+
name = "bors remark test finished"
246248

247249
[repo.rls]
248250
owner = "rust-lang"

0 commit comments

Comments
 (0)