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-feedback.yml
+5-3Lines changed: 5 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -17,6 +17,7 @@ on:
17
17
18
18
jobs:
19
19
pr-feedback:
20
+
if: ${{ github.repository_owner == 'nextcloud' }}
20
21
runs-on: ubuntu-latest
21
22
steps:
22
23
- name: The get-github-handles-from-website action
@@ -35,7 +36,7 @@ jobs:
35
36
with:
36
37
feedback-message: |
37
38
Hello there,
38
-
Thank you so much for taking the time and effort to create a pull request to our Nextcloud project.
39
+
Thank you so much for taking the time and effort to create a pull request to our Nextcloud project.
39
40
40
41
We hope that the review process is going smooth and is helpful for you. We want to ensure your pull request is reviewed to your satisfaction. If you have a moment, our community management team would very much appreciate your feedback on your experience with this PR review process.
41
42
@@ -45,6 +46,7 @@ jobs:
45
46
46
47
(If you believe you should not receive this message, you can add yourself to the [blocklist](https://github.com/nextcloud/.github/blob/master/non-community-usernames.txt).)
0 commit comments