This is an automated email from the ASF dual-hosted git repository.
alxndrsn pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/pouchdb.git
The following commit(s) were added to refs/heads/master by this push:
new 6156a40ac repo settings: enable updating PRs from master (#9164)
6156a40ac is described below
commit 6156a40acd8c4228a8b24759f7ac804bfab40748
Author: Alex Anderson <[email protected]>
AuthorDate: Thu Dec 18 00:57:24 2025 +0300
repo settings: enable updating PRs from master (#9164)
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(+)
diff --git a/.asf.yaml b/.asf.yaml
new file mode 100644
index 000000000..284b2b6f2
--- /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