8000 Add label about workflow to new contributor PRs · matplotlib/matplotlib@682c3b5 · GitHub
[go: up one dir, main page]

Skip to content

Commit 682c3b5

Browse files
committed
Add label about workflow to new contributor PRs
This modifies the new contributor bot workflow to add a "status: needs workflow approval" label. This is because new contributors PRs cannot be run through CI without approval from someone with commit rights, but it is not immediately clear which PRs are from new contributors. I'm using "status: needs workflow approval" over "new contributor" because it is tied to a specific actionable task.
1 parent a08089f commit 682c3b5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/pr_welcome.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ jobs:
99
steps:
1010
- uses: actions/first-interaction@v1
1111
with:
12+
add-labels: "status: needs workflow approval"
1213
repo-token: ${{ secrets.GITHUB_TOKEN }}
1314
pr-message: >+
1415
Thank you for opening your first PR into Matplotlib!

0 commit comments

Comments
 (0)
0