File tree Expand file tree Collapse file tree 1 file changed +22
-0
lines changed Expand file tree Collapse file tree 1 file changed +22
-0
lines changed Original file line number Diff line number Diff line change
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).
You can’t perform that action at this time.
0 commit comments