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 938e01b

Browse filesBrowse files
committed
Add comment on issues marked 'good first issue'
1 parent ddb3163 commit 938e01b
Copy full SHA for 938e01b

File tree

Expand file treeCollapse file tree

1 file changed

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

1 file changed

+20
-0
lines changed
+20Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
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 https://matplotlib.org/stable/devel/index for more information if needed.
19+
We do not assign issues, but unless there is a PR for this issue already, feel free
20+
to just start working on it. Do not hesitate to ask if something needs clarification.

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.