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/pr-checks.yml
+19-19Lines changed: 19 additions & 19 deletions
Original file line number
Diff line number
Diff line change
@@ -91,20 +91,20 @@ jobs:
91
91
// Post helpful comment
92
92
const commentBody = `Hi @${username}! 👋
93
93
94
-
Thank you for your contribution to voc4cat!
94
+
Thank you for your contribution to voc4cat!
95
95
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:
98
98
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
102
102
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!
104
104
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.
106
106
107
-
*If you have any questions, please don't hesitate to ask!* 🚀`;
107
+
*If you have any questions, please don't hesitate to ask!* 🚀`;
108
108
109
109
await github.rest.issues.createComment({
110
110
owner: context.repo.owner,
@@ -142,19 +142,19 @@ For more information, see our [How to contribute](https://nfdi4cat.github.io/voc
142
142
143
143
const commentBody = `Hi @${username}! 👋
144
144
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.
147
147
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.
150
150
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
156
156
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!`;
0 commit comments