diff --git a/.github/workflows/conventional-commits.yml b/.github/workflows/conventional-commits.yml index d3ddae9..c56e10c 100644 --- a/.github/workflows/conventional-commits.yml +++ b/.github/workflows/conventional-commits.yml @@ -24,7 +24,7 @@ jobs: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} with: wip: true - - uses: marocchino/sticky-pull-request-comment@773744901bac0e8cbb5a0dc842800d45e9b2b405 + - uses: marocchino/sticky-pull-request-comment@70d2764d1a7d5d9560b100cbea0077fc8f633987 # Even if the lint_pr_title step fails, we should populate error message. if: always() && (steps.lint_pr_title.outputs.error_message != null) with: @@ -37,7 +37,7 @@ jobs: ``` # Delete the comment when the issue has been resolved - if: ${{ steps.lint_pr_title.outputs.error_message == null }} - uses: marocchino/sticky-pull-request-comment@773744901bac0e8cbb5a0dc842800d45e9b2b405 + uses: marocchino/sticky-pull-request-comment@70d2764d1a7d5d9560b100cbea0077fc8f633987 with: header: pr-title-lint delete: true diff --git a/.github/workflows/demo-hint.yml b/.github/workflows/demo-hint.yml index cb9c84e..7ae078d 100644 --- a/.github/workflows/demo-hint.yml +++ b/.github/workflows/demo-hint.yml @@ -11,7 +11,7 @@ jobs: hint: runs-on: ubuntu-latest steps: - - uses: marocchino/sticky-pull-request-comment@773744901bac0e8cbb5a0dc842800d45e9b2b405 + - uses: marocchino/sticky-pull-request-comment@70d2764d1a7d5d9560b100cbea0077fc8f633987 with: header: demo message: | diff --git a/.github/workflows/demo.yml b/.github/workflows/demo.yml index 75193b6..8a29684 100644 --- a/.github/workflows/demo.yml +++ b/.github/workflows/demo.yml @@ -74,7 +74,7 @@ jobs: fi - name: Post demo comment - uses: marocchino/sticky-pull-request-comment@773744901bac0e8cbb5a0dc842800d45e9b2b405 + uses: marocchino/sticky-pull-request-comment@70d2764d1a7d5d9560b100cbea0077fc8f633987 with: header: demo number: ${{ inputs.pr_number }}