This is an automated email from the ASF dual-hosted git repository.
healchow pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-inlong.git
The following commit(s) were added to refs/heads/master by this push:
new 95474b042 [INLONG-4205][CI] Fix error in the greeting workflow (#4206)
95474b042 is described below
commit 95474b0421da6843e9d1e11a66909ab337c574ed
Author: Yuanhao Ji <[email protected]>
AuthorDate: Sun May 15 20:17:35 2022 +0800
[INLONG-4205][CI] Fix error in the greeting workflow (#4206)
---
.github/workflows/ci_greeting.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/workflows/ci_greeting.yml
b/.github/workflows/ci_greeting.yml
index 7f3f5a6f9..ec3bd03bb 100644
--- a/.github/workflows/ci_greeting.yml
+++ b/.github/workflows/ci_greeting.yml
@@ -18,7 +18,7 @@
name: InLong Greeting
on:
- pull_request:
+ pull_request_target:
types:
- opened
issues: