Skip to content

Commit 64203a1

Browse files
oscargusmelissawm
andauthored
Add comment on issues marked 'good first issue' (matplotlib#25735)
* Add comment on issues marked 'good first issue' * Apply suggestions Co-authored-by: Melissa Weber Mendonça <[email protected]> * Remove trailing white space --------- Co-authored-by: Melissa Weber Mendonça <[email protected]>
1 parent 5438e94 commit 64203a1

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed
Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
name: Add comment on good first issues
2+
on:
3+
issues:
4+
types:
5+
- labeled
6+
jobs:
7+
add-comment:
8+
if: github.event.label.name == 'Good first issue'
9+
runs-on: ubuntu-latest
10+
permissions:
11+
issues: write
12+
steps:
13+
- name: Add comment
14+
uses: peter-evans/create-or-update-comment@v3
15+
with:
16+
issue-number: ${{ github.event.issue.number }}
17+
body: |
18+
Please see [our Contributing guide](https://matplotlib.org/stable/devel/index) for
19+
more information on how to contribute.
20+
**We do not assign issues**, and unless there is a PR for this issue already, feel free
21+
to start working on it. Do not hesitate to ask if something needs clarification - see
22+
also [our different communication channels](https://matplotlib.org/stable/devel/contributing.html#get-connected).

0 commit comments

Comments
 (0)