This is an automated email from the ASF dual-hosted git repository.
espino pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/cloudberry.git
The following commit(s) were added to refs/heads/main by this push:
new 69462b0425 ci: add PR edit trigger and improve CI skip instructions
(#751)
69462b0425 is described below
commit 69462b0425b4b17a0c47ec181f98d893fcd49174
Author: Ed Espino <[email protected]>
AuthorDate: Tue Dec 3 20:01:00 2024 -0800
ci: add PR edit trigger and improve CI skip instructions (#751)
---
.github/pull_request_template.md | 11 +++++++++--
.github/workflows/build-cloudberry.yml | 1 +
2 files changed, 10 insertions(+), 2 deletions(-)
diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md
index f8a0f84823..3b592500f9 100644
--- a/.github/pull_request_template.md
+++ b/.github/pull_request_template.md
@@ -41,9 +41,16 @@ Fixes #ISSUE_Number
### Additional Context
<!-- Any other information that would help reviewers? Remove if none -->
-⚠️ **To skip CI:** Add `[skip ci]` to your PR title. Only use when necessary!
⚠️
+### CI Skip Instructions
+<!--
+To skip CI builds, add the appropriate CI skip identifier to your PR title.
+The identifier must:
+- Be in square brackets []
+- Include the word "ci" and either "skip" or "no"
+- Only use for documentation-only changes or when absolutely necessary
+-->
---
<!-- Join our community:
- Mailing list:
[[email protected]](https://lists.apache.org/[email protected])
(subscribe: [email protected])
-- Discussions: https://github.com/apache/cloudberry/discussions -->
\ No newline at end of file
+- Discussions: https://github.com/apache/cloudberry/discussions -->
diff --git a/.github/workflows/build-cloudberry.yml
b/.github/workflows/build-cloudberry.yml
index 6ed49e76e6..f5eb3fc5ca 100644
--- a/.github/workflows/build-cloudberry.yml
+++ b/.github/workflows/build-cloudberry.yml
@@ -99,6 +99,7 @@ on:
branches: [main]
pull_request:
branches: [main]
+ types: [opened, synchronize, reopened, edited]
workflow_dispatch:
concurrency:
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]