Skip to content

Commit 833a8e1

Browse files
committed
yaml syntax fix
1 parent 7123c58 commit 833a8e1

1 file changed

Lines changed: 19 additions & 19 deletions

File tree

.github/workflows/pr-checks.yml

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -91,20 +91,20 @@ jobs:
9191
// Post helpful comment
9292
const commentBody = `Hi @${username}! 👋
9393
94-
Thank you for your contribution to voc4cat!
94+
Thank you for your contribution to voc4cat!
9595
96-
⚠️ We noticed that this pull request was submitted from the \`main\` branch of your fork.
97-
While this works, it can cause issues
96+
⚠️ We noticed that this pull request was submitted from the \`main\` branch of your fork.
97+
While this works, it can cause issues:
9898
99-
- It makes it harder to keep your fork updated with upstream changes
100-
- You won't be able to work on multiple PRs at once
101-
- Future contributions may be complicated by merge conflicts
99+
- It makes it harder to keep your fork updated with upstream changes
100+
- You won't be able to work on multiple PRs at once
101+
- Future contributions may be complicated by merge conflicts
102102
103-
This PR can still be merged, but please use feature branches going forward!
103+
This PR can still be merged, but please use feature branches going forward!
104104
105-
For more information, see our [How to contribute](https://nfdi4cat.github.io/voc4cat/docs_usage/how-to-contribute.html) guide.
105+
For more information, see our [How to contribute](https://nfdi4cat.github.io/voc4cat/docs_usage/how-to-contribute.html) guide.
106106
107-
*If you have any questions, please don't hesitate to ask!* 🚀`;
107+
*If you have any questions, please don't hesitate to ask!* 🚀`;
108108
109109
await github.rest.issues.createComment({
110110
owner: context.repo.owner,
@@ -142,19 +142,19 @@ For more information, see our [How to contribute](https://nfdi4cat.github.io/voc
142142
143143
const commentBody = `Hi @${username}! 👋
144144
145-
⚠️ We noticed that this pull request comes from an organization account,
146-
which will prevent our CI workflow from working correctly.
145+
⚠️ We noticed that this pull request comes from an organization account,
146+
which will prevent our CI workflow from working correctly.
147147
148-
GitHub does not allow the "Allow edits from maintainers" option for forks in organizations (see [discussion](https://github.com/orgs/community/discussions/5634)).
149-
Our CI needs this permission to commit turtle files and clean up Excel files.
148+
GitHub does not allow the "Allow edits from maintainers" option for forks in organizations (see [discussion](https://github.com/orgs/community/discussions/5634)).
149+
Our CI needs this permission to commit turtle files and clean up Excel files.
150150
151-
**This PR cannot be merged as-is.** Please:
152-
1. Fork voc4cat to your personal GitHub account
153-
2. Create a feature branch with your changes
154-
3. Submit a new PR from your personal fork
155-
4. Close this PR
151+
**This PR cannot be merged as-is.** Please:
152+
1. Fork voc4cat to your personal GitHub account
153+
2. Create a feature branch with your changes
154+
3. Submit a new PR from your personal fork
155+
4. Close this PR
156156
157-
Sorry for the inconvenience - this is a GitHub limitation, not our choice!`;
157+
Sorry for the inconvenience - this is a GitHub limitation, not our choice!`;
158158
159159
await github.rest.issues.createComment({
160160
owner: context.repo.owner,

0 commit comments

Comments
 (0)