Skip to content

Commit 5570291

Browse files
committed
Enable agenda auto-merge
1 parent 731b972 commit 5570291

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

.github/workflows/wgutils-automerge.yml

+3-5
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,8 @@
11
name: Agenda auto-merge
22

3-
# First, enable branch protections, and in particular ensure the EasyCLA check is required.
4-
# Then, uncomment the next 3 lines:
5-
#on:
6-
# pull_request_target:
7-
# types: [synchronize, opened, reopened]
3+
on:
4+
pull_request_target:
5+
types: [synchronize, opened, reopened]
86

97
permissions:
108
contents: write

0 commit comments

Comments
 (0)