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: README.md
+15-1Lines changed: 15 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,10 @@
2
2
3
3
This reusable workflow adds automated comments on Pull Requests from external contributors. It identifies external contributors as users who are not members of your GitHub organization.
4
4
5
+
## Overview
6
+
7
+
The `pr-auto-comments` workflow automatically posts customizable comments on Pull Requests submitted by external contributors (those outside your organization). It helps maintain consistent communication with contributors while reducing manual effort from maintainers.
8
+
5
9
## Features
6
10
7
11
The workflow can leave comments in these situations:
@@ -159,6 +163,16 @@ This workflow uses `pull_request_target` to ensure it has the necessary permissi
159
163
160
164
The workflow requires a token with `org:read` permission to check organization membership.
161
165
166
+
## Integration Testing
167
+
168
+
For integration testing purposes, we maintain a separate [auto-comments-test](https://github.com/RequestNetwork/auto-comments-test) repository. This repository contains workflows that:
169
+
170
+
1. Test actual PR events using the reusable workflow
171
+
2. Allow manual simulation of different PR events
172
+
3. Support testing different branches or versions of the workflow
173
+
174
+
If you're developing changes to this workflow, you can test them using the integration test repository before merging to the main branch.
0 commit comments