diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9a7dc645ac..98c3800fac 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -53,12 +53,21 @@ jobs: git-branch: badges pr-title-check: name: Validate PR Title - runs-on: ubuntu-22.04 + runs-on: ubuntu-24.04 steps: - name: Validate PR Title and Description uses: amannn/action-semantic-pull-request@v5.0.0 with: - types: "feat,fix,chore,docs,style,refactor,test,ci,perf" + types: | + feat + fix + chore + docs + style + refactor + test + ci + perf env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} race-condition-test: