Skip to content

Commit

Permalink
chore: revert conventional pr title action to 2.2.3 (#2701)
Browse files Browse the repository at this point in the history
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
  • Loading branch information
ericswanson-dfinity committed Oct 18, 2022
1 parent 2149b05 commit d8f5198
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pr.yml
Expand Up @@ -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.
Expand Down

0 comments on commit d8f5198

Please sign in to comment.