diff options
| author | bors <bors@rust-lang.org> | 2020-02-12 15:41:03 +0000 |
|---|---|---|
| committer | bors <bors@rust-lang.org> | 2020-02-12 15:41:03 +0000 |
| commit | f8576c7bf42ce9d21fb92391255640be9da3e155 (patch) | |
| tree | cd88479f70a24f85b27af4620ee9f5d7eeb01084 | |
| parent | eaed72f5372874622b32eb0138bcd56bab01a25a (diff) | |
| parent | fb59043621f9297d641b16d3a7151c69e70f515e (diff) | |
| download | rust-f8576c7bf42ce9d21fb92391255640be9da3e155.tar.gz rust-f8576c7bf42ce9d21fb92391255640be9da3e155.zip | |
Auto merge of #5163 - flip1995:gha_fix, r=flip1995
Change badge branch from master to auto For some reason GHA classifies the bors merges on the master branch as a push to the auto branch, even though the workflow got triggered by a push to the master branch. I guess this has something to do with the same commit hash on master+auto directly after the merge? changelog: none
| -rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md index fe62dadfcbf..39cc9310f51 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ [](https://travis-ci.com/rust-lang/rust-clippy) [](https://ci.appveyor.com/project/rust-lang-libs/rust-clippy) -[](https://github.com/rust-lang/rust-clippy/actions?query=workflow%3A%22Clippy+Test%22+event%3Apush+branch%3Amaster) +[](https://github.com/rust-lang/rust-clippy/actions?query=workflow%3A%22Clippy+Test%22+event%3Apush+branch%3Aauto) [](#license) A collection of lints to catch common mistakes and improve your [Rust](https://github.com/rust-lang/rust) code. |
