Skip to content

Commit

Permalink
Add workflow to check signoffs on PRs (#818)
Browse files Browse the repository at this point in the history
* Add signoff workflow

* Add bridges

* changelog
  • Loading branch information
Half-Shot committed Jul 27, 2022
1 parent f8fc7dd commit 3026264
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
* @matrix-org/bridges
10 changes: 10 additions & 0 deletions .github/workflows/sign-off.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
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 change: 1 addition & 0 deletions changelog.d/818.misc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Add new CI workflow to check for signoffs.

0 comments on commit 3026264

Please sign in to comment.