From 92f528e8681d6e5fd1d8c263f023268eb8e8bc6d Mon Sep 17 00:00:00 2001 From: Andrew Ferrazzutti Date: Fri, 15 Sep 2023 03:33:08 -0400 Subject: [PATCH] Update the GitHub action for signoff checks (#901) --- .github/workflows/sign-off.yml | 3 +-- changelog.d/901.misc | 1 + 2 files changed, 2 insertions(+), 2 deletions(-) create mode 100644 changelog.d/901.misc diff --git a/.github/workflows/sign-off.yml b/.github/workflows/sign-off.yml index 398e7b7a..812653da 100644 --- a/.github/workflows/sign-off.yml +++ b/.github/workflows/sign-off.yml @@ -6,5 +6,4 @@ on: jobs: signoff: - uses: matrix-org/backend-meta/.github/workflows/sign-off.yml@v1.4.0 - + uses: matrix-org/backend-meta/.github/workflows/sign-off.yml@v2 diff --git a/changelog.d/901.misc b/changelog.d/901.misc new file mode 100644 index 00000000..21357c39 --- /dev/null +++ b/changelog.d/901.misc @@ -0,0 +1 @@ +Update the GitHub action used for checking pull requests for sign-off status.