Commit Graph

16 Commits

Author SHA1 Message Date
Cheng Pan
86d7b3b348
[KYUUBI #6988] [INFRA] Foward GitHub discussions to ASF mailing list
### Why are the changes needed?

To satisfy the ASF requirements.

> An error occurred while processing the github feature in .asf.yaml:
>
> GitHub discussions can only be enabled if a mailing list target exists for it.

### How was this patch tested?

Review and monitor the master branch after merging.

### Was this patch authored or co-authored using generative AI tooling?

No

Closes #6988 from pan3793/discussion.

Closes #6988

dd788c054 [Cheng Pan] [INFRA] Foward GitHub discussions to ASF mailing list

Authored-by: Cheng Pan <chengpan@apache.org>
Signed-off-by: Cheng Pan <chengpan@apache.org>
2025-03-17 20:24:57 +08:00
Cheng Pan
3377292851
[KYUUBI #5342] Add label hacktoberfest to project
### _Why are the changes needed?_

We are planning to participate https://github.com/bayoss/Hacktoberfest2023

### _How was this patch tested?_
- [ ] Add some test cases that check the changes thoroughly including negative and positive cases if possible

- [ ] Add screenshots for manual tests if appropriate

- [ ] [Run test](https://kyuubi.readthedocs.io/en/master/contributing/code/testing.html#running-tests) locally before make a pull request

### _Was this patch authored or co-authored using generative AI tooling?_

No

Closes #5342 from pan3793/hacktoberfest.

Closes #5342

b4860f869 [Cheng Pan] Add label hacktoberfest to project

Authored-by: Cheng Pan <chengpan@apache.org>
Signed-off-by: Cheng Pan <chengpan@apache.org>
2023-09-28 12:13:16 +08:00
Cheng Pan
0627f379e7 [KYUUBI #5322] [INFRA] Enable GitHub Projects
### _Why are the changes needed?_

This PR aims to enable [GitHub Projects](https://docs.github.com/en/issues/planning-and-tracking-with-projects/learning-about-projects/quickstart-for-projects) for project management boards, we are planning to use this feature for the upcoming 2023 Kyuubi Code Contribution Program.

### _How was this patch tested?_
- [ ] Add some test cases that check the changes thoroughly including negative and positive cases if possible

- [ ] Add screenshots for manual tests if appropriate

- [ ] [Run test](https://kyuubi.readthedocs.io/en/master/contributing/code/testing.html#running-tests) locally before make a pull request

### _Was this patch authored or co-authored using generative AI tooling?_

No

Closes #5322 from pan3793/infra-projects.

Closes #5322

a229b3c4a [Cheng Pan] [INFRA] Enable GitHub Projects

Authored-by: Cheng Pan <chengpan@apache.org>
Signed-off-by: Cheng Pan <chengpan@apache.org>
2023-09-25 08:38:46 +00:00
sychen
a6c1dd8274
[KYUUBI #3631] Update project description
### _Why are the changes needed?_
https://www.mail-archive.com/devkyuubi.apache.org/msg02596.html

### _How was this patch tested?_
- [ ] Add some test cases that check the changes thoroughly including negative and positive cases if possible

- [ ] Add screenshots for manual tests if appropriate

- [ ] [Run test](https://kyuubi.apache.org/docs/latest/develop_tools/testing.html#running-tests) locally before make a pull request

Closes #3631 from cxzl25/update_asf_desc.

Closes #3631

7ee595e8 [sychen] update desc

Authored-by: sychen <sychen@ctrip.com>
Signed-off-by: Cheng Pan <chengpan@apache.org>
2022-10-14 21:36:54 +08:00
Jeff Zhang
7bf24608aa
[KYUUBI #2042] [KYUUI #2036] Redirect Issues/PR Notifications to notifications@kyuubi.apache.org
### _Why are the changes needed?_

Update `.asf.yaml` to redirect Issues/PR Notifications to notificationskyuubi.apache.org

### _How was this patch tested?_

No test needed

Closes #2042 from zjffdu/notification.

Closes #2042

1f16cb4a [Jeff Zhang] Redirect Issues/PR Notifications to notifications@kyuubi.apache.org

Authored-by: Jeff Zhang <zjffdu@apache.org>
Signed-off-by: Kent Yao <yao@apache.org>
2022-03-05 22:20:33 +08:00
Kent Yao
24378d8864
Fix notifications indention in .asf.yaml (#812) 2021-07-15 23:51:31 +08:00
Cheng Pan
4790cee274
[INFRA] Explicitly remove protected_branches (#808) 2021-07-15 16:29:01 +08:00
Cheng Pan
57bda7843b
Revert "[INFRA] Format asf yaml" (#805)
This reverts commit af8143e6ea9fb7ee42606017abe51d525365b2b0.
2021-07-15 12:30:30 +08:00
Cheng Pan
e75e634556
[INFRA] Format asf yaml (#804) 2021-07-15 12:17:43 +08:00
Cheng Pan
48ea3d1763
[MINOR] Remove comments (#799) 2021-07-14 11:30:17 +08:00
Kent Yao
827c7bf3a4
Revert "[INFRA] Format asf yaml (#796)" (#800)
This reverts commit a0125413a6.
2021-07-14 11:25:25 +08:00
Cheng Pan
a0125413a6
[INFRA] Format asf yaml (#796) 2021-07-14 11:21:39 +08:00
Cheng Pan
a50ac6e199
[INFRA] Disable branches protection (#797) 2021-07-14 09:59:48 +08:00
Kent Yao
b16533a972
Set protected_branches explicitly in a nonstrict way (#793)
* Revert "fix (#784)"

This reverts commit 5a42881dbf.

* Set protected_branches explicitly in a nonstrict way
2021-07-13 18:55:00 +08:00
ulysses
5a42881dbf
fix (#784) 2021-07-13 15:11:46 +08:00
Kent Yao
4752b3141a
[KYUUBI #778] [BUILD] Enable .asf.yaml features
<!--
Thanks for sending a pull request!

Here are some tips for you:
  1. If this is your first time, please read our contributor guidelines: https://kyuubi.readthedocs.io/en/latest/community/contributions.html
  2. If the PR is related to an issue in https://github.com/NetEase/kyuubi/issues, add '[KYUUBI #XXXX]' in your PR title, e.g., '[KYUUBI #XXXX] Your PR title ...'.
  3. If the PR is unfinished, add '[WIP]' in your PR title, e.g., '[WIP][KYUUBI #XXXX] Your PR title ...'.
-->

### _Why are the changes needed?_
<!--
Please clarify why the changes are needed. For instance,
  1. If you add a feature, you can talk about the use case of it.
  2. If you fix a bug, you can clarify why it is a bug.
-->
Follow https://cwiki.apache.org/confluence/display/INFRA/git+-+.asf.yaml+features to enable `.asf.yaml` with some Github features
- desc
- homepage
- tags/labels
- merge buttons - squash only
- set master as protected, which need at least 1 approval before getting merged
- enabling Github issuses
- notifications w/ mailing lists

### _How was this patch tested?_
- [ ] Add some test cases that check the changes thoroughly including negative and positive cases if possible

- [ ] Add screenshots for manual tests if appropriate

- [ ] [Run test](https://kyuubi.readthedocs.io/en/latest/tools/testing.html#running-tests) locally before make a pull request

Closes #778 from yaooqinn/asf.

Closes #778

e0338aca [Kent Yao] [BUILD] Enable .asf.yaml features
6a890640 [Kent Yao] [BUILD] Enable .asf.yaml features

Authored-by: Kent Yao <yao@apache.org>
Signed-off-by: Kent Yao <yao@apache.org>
2021-07-13 13:13:32 +08:00