From 681ab8ebff91b995129df9e77c92645fbb2fa3ac Mon Sep 17 00:00:00 2001 From: Will Hunt Date: Wed, 27 Jul 2022 12:23:17 +0100 Subject: [PATCH] Add signoff check (#427) * Add signoff check * develop * Rename * test * test data * Fix * pin to ref * changelog * Use backend-meta --- .github/workflows/sign-off.yml | 9 +++++++++ changelog.d/427.misc | 1 + 2 files changed, 10 insertions(+) create mode 100644 .github/workflows/sign-off.yml create mode 100644 changelog.d/427.misc diff --git a/.github/workflows/sign-off.yml b/.github/workflows/sign-off.yml new file mode 100644 index 00000000..17d4c3a4 --- /dev/null +++ b/.github/workflows/sign-off.yml @@ -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 diff --git a/changelog.d/427.misc b/changelog.d/427.misc new file mode 100644 index 00000000..011b0ebe --- /dev/null +++ b/changelog.d/427.misc @@ -0,0 +1 @@ +Add new CI workflow to check for signoffs. \ No newline at end of file