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

Skip to content

Drop labelling from PR welcome action #21925

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Dec 11, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
37 changes: 18 additions & 19 deletions .github/workflows/pr_welcome.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,30 +7,29 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/first-interaction@v1
with:
add-labels: "status: needs workflow approval"
repo-token: ${{ secrets.GITHUB_TOKEN }}
pr-message: >+
Thank you for opening your first PR into Matplotlib!
- uses: actions/first-interaction@v1
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
pr-message: >+
Thank you for opening your first PR into Matplotlib!


If you have not heard from us in a while, please feel free to
ping `@matplotlib/developers` or anyone who has commented on the
PR. Most of our reviewers are volunteers and sometimes
things fall through the cracks.
If you have not heard from us in a while, please feel free to ping
`@matplotlib/developers` or anyone who has commented on the PR.
Most of our reviewers are volunteers and sometimes things fall
through the cracks.


You can also join us [on
gitter](https://gitter.im/matplotlib/matplotlib) for real-time
discussion.
You can also join us [on
gitter](https://gitter.im/matplotlib/matplotlib) for real-time
discussion.


For details on testing, writing docs, and our review process,
please see [the developer
guide](https://matplotlib.org/devdocs/devel/index.html)
For details on testing, writing docs, and our review process,
please see [the developer
guide](https://matplotlib.org/devdocs/devel/index.html)


We strive to be a welcoming and open project. Please follow our
[Code of
Conduct](https://github.com/matplotlib/matplotlib/blob/main/CODE_OF_CONDUCT.md).
We strive to be a welcoming and open project. Please follow our
[Code of
Conduct](https://github.com/matplotlib/matplotlib/blob/main/CODE_OF_CONDUCT.md).