Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 0fc7c4b

Browse files
authored
Merge pull request #21925 from QuLogic/fix-pr-welcome
Drop labelling from PR welcome action
2 parents b0f7b8a + 9d0924f commit 0fc7c4b

File tree

1 file changed

+18
-19
lines changed

1 file changed

+18
-19
lines changed

.github/workflows/pr_welcome.yml

Lines changed: 18 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -7,30 +7,29 @@ jobs:
77
runs-on: ubuntu-latest
88

99
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!
1615
1716
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.
2221
2322
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.
2726
2827
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)
3231
3332
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

Comments
 (0)