Skip to content

Commit

Permalink
Bump hasura/comment-progress from 2.2.0 to 2.3.0
Browse files Browse the repository at this point in the history
Bumps [hasura/comment-progress](https://github.com/hasura/comment-progress) from 2.2.0 to 2.3.0.
- [Release notes](https://github.com/hasura/comment-progress/releases)
- [Commits](hasura/comment-progress@v2.2.0...v2.3.0)

---
updated-dependencies:
- dependency-name: hasura/comment-progress
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Nov 18, 2024
1 parent 41490ad commit f99f6df
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
destination_dir: ${{ env.PREVIEW_PATH }}

- name: Update comment
uses: hasura/comment-progress@v2.2.0
uses: hasura/comment-progress@v2.3.0
if: github.ref != 'refs/heads/main'
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/preview-cleanup.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
destination_dir: ${{ env.PREVIEW_PATH }}

- name: Comment on PR
uses: hasura/comment-progress@v2.2.0
uses: hasura/comment-progress@v2.3.0
if: github.event.pull_request.merged == true
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
Expand All @@ -36,7 +36,7 @@ jobs:
🪓 PR merged, preview deleted ✅ Enjoy the updated content at https://community.gradle.org/
- name: Comment on PR
uses: hasura/comment-progress@v2.2.0
uses: hasura/comment-progress@v2.3.0
if: github.event.pull_request.merged == false
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit f99f6df

Please # to comment.