One icon indicating copy to clipboard operation
One copied to clipboard

🎬 Add the GitHub Action `First interaction` 🎬

Open jbampton opened this issue 3 years ago • 1 comments

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 💯

jbampton avatar Mar 31 '22 18:03 jbampton

First Interaction: An action for filtering pull requests and issues from first-time contributors.

BaseMax avatar Mar 31 '22 19:03 BaseMax

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.'

Lightyagami1 avatar Oct 30 '22 16:10 Lightyagami1

Hey @Lightyagami1 good to hear from you.

I will assign you now

jbampton avatar Oct 31 '22 03:10 jbampton

I ahave created a PR #497 adding Github action: First Interaction. Please review and close this issue if OK. Thanks

Gokul2003g avatar Oct 04 '23 13:10 Gokul2003g

Thank you. Done.

jbampton avatar Oct 04 '23 13:10 jbampton