From e7cacce5fa305dc4b5814d84663156a498b2e8b4 Mon Sep 17 00:00:00 2001 From: Khai Do Date: Fri, 26 Jan 2024 15:03:10 -0800 Subject: [PATCH 1/2] update4 --- LICENSE | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/LICENSE b/LICENSE index 7ec679d..261eeb9 100644 --- a/LICENSE +++ b/LICENSE @@ -1,4 +1,4 @@ -A Apache License + Apache License Version 2.0, January 2004 http://www.apache.org/licenses/ From f7a7da853499e64918975fb7f334b5ca5b74c46e Mon Sep 17 00:00:00 2001 From: Khai Do Date: Fri, 26 Jan 2024 15:05:42 -0800 Subject: [PATCH 2/2] update4 --- .github/workflows/comment.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/comment.yaml b/.github/workflows/comment.yaml index 9e8d841..283f0d5 100644 --- a/.github/workflows/comment.yaml +++ b/.github/workflows/comment.yaml @@ -6,7 +6,7 @@ on: jobs: comment-echo: - if: ${{ (github.event.issue.pull_request) && (contains(github.event.comment.body, '@RTFT') }} + if: ${{ (github.event.issue.pull_request == 'true') && (contains(github.event.comment.body, '@RTFT')) }} runs-on: ubuntu-latest steps: - run: echo "comment job"