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

Create welcome.yml #90

Draft
wants to merge 6 commits into
base: main
Choose a base branch
from
Draft
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
22 changes: 22 additions & 0 deletions .github/workflows/welcome.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
name: First Interaction

Check failure on line 1 in .github/workflows/welcome.yml

View workflow job for this annotation

GitHub Actions / pre-commit

1:1 [document-start] missing document start "---"

on:
issues:
types: [opened]

jobs:
welcome:
runs-on: ubuntu-latest
steps:
- name: Send Welcome Message
uses: actions/first-interaction@v1
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
message: |
🎉 **Welcome to Our Chess Project, @{{ github.actor }}!** 🎉

We are absolutely thrilled to have you join our community! Your contribution means the world to us, and we can't wait to see the amazing things we can achieve together on the chessboard.

Check failure on line 18 in .github/workflows/welcome.yml

View workflow job for this annotation

GitHub Actions / pre-commit

18:121 [line-length] line too long (198 > 120 characters)

Please feel free to ask questions and share your ideas. Remember, every contribution, big or small, makes a significant impact!

Check failure on line 20 in .github/workflows/welcome.yml

View workflow job for this annotation

GitHub Actions / pre-commit

20:121 [line-length] line too long (139 > 120 characters)

Thank you for being a part of our journey. Let’s create something beautiful together! 🌟
Loading