Skip to content
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

Add first interaction action #497

Merged
merged 8 commits into from
Oct 4, 2023
Merged
30 changes: 30 additions & 0 deletions .github/workflows/first-interaction.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
name: First Interaction

on:
issues:
types:
- opened
pull_request:
types:
- opened

jobs:
welcome:
runs-on: ubuntu-latest
steps:
- name: First Interaction
uses: actions/first-interaction@v1
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
issue-message: |
Welcome to our open-source community, and thank you for opening your first issue! 🎉

We're thrilled to have you here. If you have any questions or need assistance, feel free to ask. Your contributions are valued and appreciated.

Happy coding! 🚀
pr-message: |
Hey there! 👋 Thanks for submitting your first pull request. We're excited to see your contribution to our project.

If you have any questions, need help, or want feedback, please don't hesitate to reach out. Your efforts make our community stronger.

Keep up the great work! 💪
Loading