|
7 | 7 | runs-on: ubuntu-latest
|
8 | 8 |
|
9 | 9 | steps:
|
10 |
| - - uses: actions/first-interaction@v1 |
11 |
| - with: |
12 |
| - add-labels: "status: needs workflow approval" |
13 |
| - repo-token: ${{ secrets.GITHUB_TOKEN }} |
14 |
| - pr-message: >+ |
15 |
| - Thank you for opening your first PR into Matplotlib! |
| 10 | + - uses: actions/first-interaction@v1 |
| 11 | + with: |
| 12 | + repo-token: ${{ secrets.GITHUB_TOKEN }} |
| 13 | + pr-message: >+ |
| 14 | + Thank you for opening your first PR into Matplotlib! |
16 | 15 |
|
17 | 16 |
|
18 |
| - If you have not heard from us in a while, please feel free to |
19 |
| - ping `@matplotlib/developers` or anyone who has commented on the |
20 |
| - PR. Most of our reviewers are volunteers and sometimes |
21 |
| - things fall through the cracks. |
| 17 | + If you have not heard from us in a while, please feel free to ping |
| 18 | + `@matplotlib/developers` or anyone who has commented on the PR. |
| 19 | + Most of our reviewers are volunteers and sometimes things fall |
| 20 | + through the cracks. |
22 | 21 |
|
23 | 22 |
|
24 |
| - You can also join us [on |
25 |
| - gitter](https://gitter.im/matplotlib/matplotlib) for real-time |
26 |
| - discussion. |
| 23 | + You can also join us [on |
| 24 | + gitter](https://gitter.im/matplotlib/matplotlib) for real-time |
| 25 | + discussion. |
27 | 26 |
|
28 | 27 |
|
29 |
| - For details on testing, writing docs, and our review process, |
30 |
| - please see [the developer |
31 |
| - guide](https://matplotlib.org/devdocs/devel/index.html) |
| 28 | + For details on testing, writing docs, and our review process, |
| 29 | + please see [the developer |
| 30 | + guide](https://matplotlib.org/devdocs/devel/index.html) |
32 | 31 |
|
33 | 32 |
|
34 |
| - We strive to be a welcoming and open project. Please follow our |
35 |
| - [Code of |
36 |
| - Conduct](https://github.com/matplotlib/matplotlib/blob/main/CODE_OF_CONDUCT.md). |
| 33 | + We strive to be a welcoming and open project. Please follow our |
| 34 | + [Code of |
| 35 | + Conduct](https://github.com/matplotlib/matplotlib/blob/main/CODE_OF_CONDUCT.md). |
0 commit comments