From d8f5198638695241af854f5bb51ea9cced5cbb9d Mon Sep 17 00:00:00 2001 From: Eric Swanson <64809312+ericswanson-dfinity@users.noreply.github.com> Date: Tue, 18 Oct 2022 05:08:42 -0700 Subject: [PATCH] chore: revert conventional pr title action to 2.2.3 (#2701) It turns out that version 2.4.4 doesn't exist, so all PRs will fail, like here: https://github.com/dfinity/sdk/actions/runs/3272056132/jobs/5382599495 The workflow actually tests vs the base branch (pull_request_target), so the altering PR used the old version: https://github.com/dfinity/sdk/actions/runs/3271406085/jobs/5381159987 --- .github/workflows/pr.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pr.yml b/.github/workflows/pr.yml index 1b331cd932..49930f366e 100644 --- a/.github/workflows/pr.yml +++ b/.github/workflows/pr.yml @@ -24,7 +24,7 @@ jobs: check: runs-on: ubuntu-latest steps: - - uses: dfinity/conventional-pr-title-action@v2.4.4 + - uses: dfinity/conventional-pr-title-action@v2.2.3 with: success-state: Title follows the specification. failure-state: Title does not follow the specification.