Skip to content

Commit

Permalink
ci(deps): bump thollander/actions-comment-pull-request
Browse files Browse the repository at this point in the history
Bumps [thollander/actions-comment-pull-request](https://github.com/thollander/actions-comment-pull-request) from b07c7f86be67002023e6cb13f57df3f21cdd3411 to bc14ce351a6a25022a490f2be0570c700083a7fe.
- [Release notes](https://github.com/thollander/actions-comment-pull-request/releases)
- [Commits](thollander/actions-comment-pull-request@b07c7f8...bc14ce3)

---
updated-dependencies:
- dependency-name: thollander/actions-comment-pull-request
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jun 11, 2024
1 parent f384835 commit 63e548a
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/check-apache-license.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
fi
- name: Delete comment if license is fixed
if: env.TAG_EXISTS == 'true'
uses: thollander/actions-comment-pull-request@b07c7f86be67002023e6cb13f57df3f21cdd3411
uses: thollander/actions-comment-pull-request@bc14ce351a6a25022a490f2be0570c700083a7fe
with:
message: |
Deleting comment...
Expand All @@ -42,7 +42,7 @@ jobs:
GITHUB_TOKEN: ${{ secrets.KICS_BOT_PAT }}
- name: Add comment if no license
if: env.CHECK_FAILED == 'true'
uses: thollander/actions-comment-pull-request@b07c7f86be67002023e6cb13f57df3f21cdd3411
uses: thollander/actions-comment-pull-request@bc14ce351a6a25022a490f2be0570c700083a7fe
with:
filePath: .github/scripts/pr-issue-info/apache-check.md
comment_tag: apache_license
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/validate-issues.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
fi
- name: Delete comment if title is fixed
if: env.TAG_EXISTS == 'true'
uses: thollander/actions-comment-pull-request@b07c7f86be67002023e6cb13f57df3f21cdd3411
uses: thollander/actions-comment-pull-request@bc14ce351a6a25022a490f2be0570c700083a7fe
with:
message: |
Deleting comment, please refresh the page...
Expand All @@ -51,7 +51,7 @@ jobs:
GITHUB_TOKEN: ${{ secrets.KICS_BOT_PAT }}
- name: Add comment if title fails
if: env.TITLE_CHECK_FAILED == 'true'
uses: thollander/actions-comment-pull-request@b07c7f86be67002023e6cb13f57df3f21cdd3411
uses: thollander/actions-comment-pull-request@bc14ce351a6a25022a490f2be0570c700083a7fe
with:
filePath: .github/scripts/pr-issue-info/issue-fail.md
comment_tag: title_check
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/validate-prs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
fi
- name: Delete comment if title is fixed
if: env.TAG_EXISTS == 'true'
uses: thollander/actions-comment-pull-request@b07c7f86be67002023e6cb13f57df3f21cdd3411
uses: thollander/actions-comment-pull-request@bc14ce351a6a25022a490f2be0570c700083a7fe
with:
message: |
Deleting comment, please refresh the page...
Expand All @@ -55,7 +55,7 @@ jobs:
GITHUB_TOKEN: ${{ secrets.KICS_BOT_PAT }}
- name: Add comment if title fails
if: env.TITLE_CHECK_FAILED == 'true'
uses: thollander/actions-comment-pull-request@b07c7f86be67002023e6cb13f57df3f21cdd3411
uses: thollander/actions-comment-pull-request@bc14ce351a6a25022a490f2be0570c700083a7fe
with:
filePath: .github/scripts/pr-issue-info/title-fail.md
comment_tag: title_check
Expand Down

0 comments on commit 63e548a

Please sign in to comment.