Skip to content
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
10 changes: 7 additions & 3 deletions .github/pull_request_template.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
<!-- Thank you for your contribution to Apache Cloudberry (Incubating)! -->

Fixes #ISSUE_Number

### What does this PR do?
Expand Down Expand Up @@ -41,9 +40,14 @@ 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, replace this comment with [skip ci] in your PR title.
WARNING: Only use CI skip for documentation-only changes or when absolutely necessary.
Please remove these instructions from your PR.
-->

---
<!-- Join our community:
- Mailing list: [dev@cloudberry.apache.org](https://lists.apache.org/list.html?dev@cloudberry.apache.org) (subscribe: dev-subscribe@cloudberry.apache.org)
- Discussions: https://github.com/apache/cloudberry/discussions -->
- Discussions: https://github.com/apache/cloudberry/discussions -->
1 change: 1 addition & 0 deletions .github/workflows/build-cloudberry.yml
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,7 @@ on:
branches: [main]
pull_request:
branches: [main]
types: [opened, synchronize, reopened, edited]
workflow_dispatch:

concurrency:
Expand Down