You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/workflows/setup.yml
+7-4Lines changed: 7 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -21,16 +21,19 @@ jobs:
21
21
- name: Checkout repository
22
22
uses: actions/checkout@v4
23
23
24
-
- name: Create issue to enable branch auto-deletion
24
+
- name: Create issue to enable repository merge settings
25
25
run: |
26
26
owner_repo="${{ github.repository }}"
27
-
issue_title="Enable 'Automatically delete head branches' setting"
28
-
issue_body="Please go to [repository settings](https://github.com/${owner_repo}/settings#merge-button-settings) and enable **Automatically delete head branches**."
27
+
issue_title="Enable repository merge settings"
28
+
issue_body="Please go to [repository settings](https://github.com/${owner_repo}/settings#merge-button-settings) and configure the following:\n\n- [ ] Automatically delete head branches\n- [ ] Allow auto-merge"
0 commit comments