Commit graph

3 commits

Author SHA1 Message Date
Dongjoon Hyun bad7a929af [MINOR][INFRA] Add enabled_merge_buttons to .asf.yaml explicitly
### What changes were proposed in this pull request?

This PR aims to add the AS-IS `enabled_merge_buttons` policy explicitly. The AS-IS policy was introduced via  https://issues.apache.org/jira/browse/INFRA-18656.

### Why are the changes needed?

Currently, this policy is maintained as a self-serving manner. Here is the official documentation. It would be great if we have this explicitly for new comers.
- https://cwiki.apache.org/confluence/display/INFRA/git+-+.asf.yaml+features#Git.asf.yamlfeatures-Mergebuttons

### Does this PR introduce _any_ user-facing change?

No. This is a committer-only feature and there is no change in terms of the policy.

### How was this patch tested?

N/A

Closes #33505 from dongjoon-hyun/minor.

Authored-by: Dongjoon Hyun <dongjoon@apache.org>
Signed-off-by: Dongjoon Hyun <dongjoon@apache.org>
2021-07-23 15:29:44 -07:00
William Hyun 441fffa0bd [MINOR][INFRA] Update a broken link in .asf.yml
### What changes were proposed in this pull request?

This PR aims to update a broken link in asf.yml to the correct one.

### Why are the changes needed?

The previous link shows a page not found error.

### Does this PR introduce _any_ user-facing change?
No.

### How was this patch tested?
N/A

Closes #31210 from williamhyun/minorasf.

Authored-by: William Hyun <williamhyun3@gmail.com>
Signed-off-by: Dongjoon Hyun <dhyun@apple.com>
2021-01-16 13:42:27 -08:00
Kaxil Naik 724d311ef0 [SPARK-31352] Add .asf.yaml to control Github settings
### What changes were proposed in this pull request?

Jira: https://issues.apache.org/jira/browse/SPARK-31352
We added this to Apache Airflow project ([PR](https://github.com/apache/airflow/pull/6689)) and I think it would be good to have the Spark's website at the top.

Also, this would allow Spark's PMC Members and committer to control common Github project settings by themselves without having to ask Apache INFRA team.

More info: https://cwiki.apache.org/confluence/display/INFRA/.asf.yaml+features+for+git+repositories

We (Airflow PMC and Committers) used this file to enable Github issues and disable PR Merge button etc

### Why are the changes needed?

Explained above

### Does this PR introduce any user-facing change?

No

### How was this patch tested?

n/a

Closes #28122 from kaxil/patch-1.

Authored-by: Kaxil Naik <kaxilnaik@gmail.com>
Signed-off-by: Sean Owen <srowen@gmail.com>
2020-04-06 09:06:01 -05:00