Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 64203a1

Browse filesBrowse files
oscargusmelissawm
andauthored
Add comment on issues marked 'good first issue' (#25735)
* Add comment on issues marked 'good first issue' * Apply suggestions Co-authored-by: Melissa Weber Mendonça <melissawm@gmail.com> * Remove trailing white space --------- Co-authored-by: Melissa Weber Mendonça <melissawm@gmail.com>
1 parent 5438e94 commit 64203a1
Copy full SHA for 64203a1

File tree

Expand file treeCollapse file tree

1 file changed

+22
-0
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+22
-0
lines changed
+22Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.