Skip to content

Commit 24dd57a

Browse files
committed
fix yaml format
1 parent 32c4a99 commit 24dd57a

1 file changed

Lines changed: 7 additions & 10 deletions

File tree

.github/workflows/check-maintainer-edits.yml

Lines changed: 7 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -25,16 +25,13 @@ jobs:
2525
owner: context.repo.owner,
2626
repo: context.repo.repo,
2727
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! 🙏'
3835
});
3936
4037
core.setFailed('Maintainer edits must be enabled for this pull request');

0 commit comments

Comments
 (0)