diff --git a/.github/workflows/pr-title.yml b/.github/workflows/pr-title.yml index 3b1748b..6e51535 100644 --- a/.github/workflows/pr-title.yml +++ b/.github/workflows/pr-title.yml @@ -2,7 +2,7 @@ name: ✅ Check PR Title on: pull_request: - types: [opened, edited] + types: [opened, edited, synchronize] permissions: pull-requests: write @@ -10,11 +10,8 @@ permissions: jobs: lint-pr-title: name: Check PR Title - runs-on: ubuntu-latest - if: ${{ github.event.action == 'opened' || github.event.changes.title != null }} - steps: - name: 📥 Checkout uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2