One
One copied to clipboard
🎬 Add the GitHub Action `First interaction` 🎬
Is your feature request related to a problem? Please describe. Would like to auto greet new people
Describe the solution you'd like https://github.com/marketplace/actions/first-interaction
Describe alternatives you've considered Manual is slower and error prone and also not very fancy
Additional context
Let's come up with something interesting to say on First interaction 💯
First Interaction: An action for filtering pull requests and issues from first-time contributors.
I can take a stab at this.
so as I understood this, I need to add a action.yml at the root of project with content
steps:
- uses: actions/first-interaction@v1
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
issue-message: 'An action for filtering pull requests and issues from first-time contributors.'
pr-message: 'An action for filtering pull requests and issues from first-time contributors.'
Hey @Lightyagami1 good to hear from you.
I will assign you now
I ahave created a PR #497 adding Github action: First Interaction. Please review and close this issue if OK. Thanks
Thank you. Done.