Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ci(deps): bump thollander/actions-comment-pull-request from b07c7f86be67002023e6cb13f57df3f21cdd3411 to ce644a4ba466eb7e94ddef442fbaf2ac1ae7af35 #7279

Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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@ce644a4ba466eb7e94ddef442fbaf2ac1ae7af35
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@ce644a4ba466eb7e94ddef442fbaf2ac1ae7af35
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@ce644a4ba466eb7e94ddef442fbaf2ac1ae7af35
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@ce644a4ba466eb7e94ddef442fbaf2ac1ae7af35
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@ce644a4ba466eb7e94ddef442fbaf2ac1ae7af35
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@ce644a4ba466eb7e94ddef442fbaf2ac1ae7af35
with:
filePath: .github/scripts/pr-issue-info/title-fail.md
comment_tag: title_check
Expand Down
Loading