Merge commit 'fdb84cbfd2' into clippyup

This commit is contained in:
Philipp Krones 2022-07-18 09:39:37 +02:00
commit 7fab8a4016
No known key found for this signature in database
GPG key ID: 1CA0DF2AF59D68A5
165 changed files with 3427 additions and 963 deletions

View file

@ -3,11 +3,15 @@ Thank you for making Clippy better!
We're collecting our changelog from pull request descriptions.
If your PR only includes internal changes, you can just write
`changelog: none`. Otherwise, please write a short comment
explaining your change. Also, it's helpful for us that
the lint name is put into brackets `[]` and backticks `` ` ` ``,
e.g. ``[`lint_name`]``.
explaining your change.
If your PR fixes an issue, you can add "fixes #issue_number" into this
It's also helpful for us that the lint name is put within backticks (`` ` ` ``),
and then encapsulated by square brackets (`[]`), for example:
```
changelog: [`lint_name`]: your change
```
If your PR fixes an issue, you can add `fixes #issue_number` into this
PR description. This way the issue will be automatically closed when
your PR is merged.

View file

@ -144,7 +144,7 @@ jobs:
OS: ${{ runner.os }}
metadata_collection:
needs: base
needs: changelog
runs-on: ubuntu-latest
steps:
@ -264,7 +264,7 @@ jobs:
name: bors test finished
if: github.event.pusher.name == 'bors' && success()
runs-on: ubuntu-latest
needs: [changelog, base, integration_build, integration]
needs: [changelog, base, metadata_collection, integration_build, integration]
steps:
- name: Mark the job as successful
@ -274,7 +274,7 @@ jobs:
name: bors test finished
if: github.event.pusher.name == 'bors' && (failure() || cancelled())
runs-on: ubuntu-latest
needs: [changelog, base, integration_build, integration]
needs: [changelog, base, metadata_collection, integration_build, integration]
steps:
- name: Mark the job as a failure