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
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -35,7 +35,7 @@ jobs:
35
35
with:
36
36
feedback-message: |
37
37
Hello there,
38
-
Thank you so much for taking the time and effort to create a pull request to our Nextcloud project.
38
+
Thank you so much for taking the time and effort to create a pull request to our Nextcloud project.
39
39
40
40
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
41
@@ -45,6 +45,6 @@ jobs:
45
45
46
46
(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).)
title: Failed to update nextcloud/ocp package on branch ${{ matrix.branches }}
65
-
body: Please check the output of the GitHub action and manually resolve the issues<br>${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }}<br>${{ steps.codeowners.outputs.codeowners }}
67
+
title: 'Failed to update nextcloud/ocp package on branch ${{ matrix.branches }}'
68
+
body: 'Please check the output of the GitHub action and manually resolve the issues<br>${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }}<br>${{ steps.codeowners.outputs.codeowners }}'
title: Failed to update nextcloud/ocp package on branch ${{ matrix.branches }}
78
-
body: Please check the output of the GitHub action and manually resolve the issues<br>${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }}<br>${{ steps.codeowners.outputs.codeowners }}
80
+
title: 'Failed to update nextcloud/ocp package on branch ${{ matrix.branches }}'
81
+
body: 'Please check the output of the GitHub action and manually resolve the issues<br>${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }}<br>${{ steps.codeowners.outputs.codeowners }}'
0 commit comments