Skip to content

Commit 6156a40

Browse files
authored
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
1 parent 7995c68 commit 6156a40

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.asf.yaml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
# GitHub repo settings
2+
#
3+
# Mandatory ASF alternative to https://github.com/apache/pouchdb/settings.
4+
#
5+
# See: https://github.com/apache/infrastructure-asfyaml/blob/main/README.md
6+
7+
github:
8+
pull_requests:
9+
allow_update_branch: true

0 commit comments

Comments
 (0)