Add signoff check (#427)

* Add signoff check

* develop

* Rename

* test

* test data

* Fix

* pin to ref

* changelog

* Use backend-meta
This commit is contained in:
Will Hunt 2022-07-27 12:23:17 +01:00 committed by GitHub
parent 650397d843
commit 681ab8ebff
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 10 additions and 0 deletions

9
.github/workflows/sign-off.yml vendored Normal file
View File

@ -0,0 +1,9 @@
name: Contribution requirements
on:
pull_request:
types: [opened, edited, synchronize]
jobs:
signoff:
uses: matrix-org/backend-meta/.github/workflows/sign-off.yml@v1.4.0

1
changelog.d/427.misc Normal file
View File

@ -0,0 +1 @@
Add new CI workflow to check for signoffs.