Encourage PR signoff

Same as https://github.com/matrix-org/complement/pull/598
This commit is contained in:
David Robertson 2023-03-28 12:04:53 +01:00
parent 97c9aea176
commit a8812f676c
No known key found for this signature in database
GPG Key ID: 903ECE108A39DEDD
2 changed files with 8 additions and 0 deletions

4
.github/pull_request_template.md vendored Normal file
View File

@ -0,0 +1,4 @@
### Pull Request Checklist
- [ ] Pull request includes a [sign off](https://matrix-org.github.io/synapse/latest/development/contributing_guide.html#sign-off)

View File

@ -12,6 +12,10 @@ permissions:
# > If you specify the access for any of these scopes, all of those that are not specified are set to none. # > If you specify the access for any of these scopes, all of those that are not specified are set to none.
jobs: jobs:
check-signoff:
if: "github.event_name == 'pull_request'"
uses: "matrix-org/backend-meta/.github/workflows/sign-off.yml@v2"
integration: integration:
runs-on: ubuntu-latest runs-on: ubuntu-latest