Skip to content

Commit be0343d

Browse files
authored
Merge pull request #33 from ppkarwasz/chore/asf-yaml
Configure PR buttons
2 parents a62d2fc + 4bcfdae commit be0343d

1 file changed

Lines changed: 12 additions & 4 deletions

File tree

.asf.yaml

Lines changed: 12 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,6 @@
1313
# See the License for the specific language governing permissions and
1414
# limitations under the License.
1515

16-
github:
17-
description: "Apache Commons XML"
18-
homepage: https://commons.apache.org/sandbox/commons-xml/
19-
2016
notifications:
2117
commits: commits@commons.apache.org
2218
issues: issues@commons.apache.org
@@ -28,3 +24,15 @@ notifications:
2824
pullrequests_bot_dependabot: dependabot@commons.apache.org
2925
issues_bot_codecov-commenter: notifications@commons.apache.org
3026
pullrequests_bot_codecov-commenter: notifications@commons.apache.org
27+
28+
github:
29+
description: "Apache Commons XML"
30+
homepage: https://commons.apache.org/sandbox/commons-xml/
31+
32+
pull_requests:
33+
# allow auto-merge
34+
allow_auto_merge: false
35+
# enable updating head branches of pull requests
36+
allow_update_branch: true
37+
# auto-delete head branches after being merged
38+
del_branch_on_merge: true

0 commit comments

Comments
 (0)