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/check-maintainer-edits.yml
+7-10Lines changed: 7 additions & 10 deletions
Original file line number
Diff line number
Diff line change
@@ -25,16 +25,13 @@ jobs:
25
25
owner: context.repo.owner,
26
26
repo: context.repo.repo,
27
27
issue_number: context.issue.number,
28
-
body: `⚠️ **Maintainer edits not enabled**
29
-
30
-
This repository requires that you enable "Allow edits from maintainers" for your pull request. This allows maintainers to make small fixes and improvements directly to your branch, which speeds up the review process.
31
-
32
-
**To enable this setting:**
33
-
1. Go to your pull request page
34
-
2. In the right sidebar, look for "Allow edits from maintainers"
35
-
3. Check the checkbox to enable it
36
-
37
-
Once you've enabled this setting, this check will automatically pass. Thank you! 🙏`
28
+
body: '⚠️ **Maintainer edits not enabled**\n\n' +
29
+
'This repository requires that you enable "Allow edits from maintainers" for your pull request. This allows maintainers to make small fixes and improvements directly to your branch, which speeds up the review process.\n\n' +
30
+
'**To enable this setting:**\n' +
31
+
'1. Go to your pull request page\n' +
32
+
'2. In the right sidebar, look for "Allow edits from maintainers"\n' +
33
+
'3. Check the checkbox to enable it\n\n' +
34
+
'Once you\'ve enabled this setting, this check will automatically pass. Thank you! 🙏'
38
35
});
39
36
40
37
core.setFailed('Maintainer edits must be enabled for this pull request');
0 commit comments