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.