From b60e131eb0e843ed1890d8a9456b6dc3e5ed5741 Mon Sep 17 00:00:00 2001 From: alxndrsn Date: Wed, 17 Dec 2025 19:51:41 +0000 Subject: [PATCH] repo settings: enable updating PRs from master Re-instate button to "Update Branch" in a PR which is behind `master`. Since joining Apache Foundation, GitHub repo settings are now controlled via `.asf.yaml` instead of https://github.com/apache/pouchdb/settings. For full documentation, see https://github.com/apache/infrastructure-asfyaml/blob/main/README.md --- .asf.yaml | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 .asf.yaml diff --git a/.asf.yaml b/.asf.yaml new file mode 100644 index 0000000000..284b2b6f2a --- /dev/null +++ b/.asf.yaml @@ -0,0 +1,9 @@ +# GitHub repo settings +# +# Mandatory ASF alternative to https://github.com/apache/pouchdb/settings. +# +# See: https://github.com/apache/infrastructure-asfyaml/blob/main/README.md + +github: + pull_requests: + allow_update_branch: true