mirror of
https://github.com/matrix-org/matrix-hookshot.git
synced 2025-03-10 13:17:08 +00:00
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:
parent
650397d843
commit
681ab8ebff
9
.github/workflows/sign-off.yml
vendored
Normal file
9
.github/workflows/sign-off.yml
vendored
Normal 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
1
changelog.d/427.misc
Normal file
@ -0,0 +1 @@
|
||||
Add new CI workflow to check for signoffs.
|
Loading…
x
Reference in New Issue
Block a user