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

feat: add greetings file #7

Open
wants to merge 7 commits into
base: main
Choose a base branch
from
Open
Changes from 1 commit
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
23 changes: 23 additions & 0 deletions .github/workflows/greetings.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
permissions: write-all

name: Greetings

on:
fork:
push:
branches: [main]
issues:
types: [opened]
pull_request_target:
types: [opened]

jobs:
welcome:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: EddieHubCommunity/gh-action-community/src/welcome@main
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
issue-message: "Hello ${{ github.actor }}! \n Thank you for raising this issue! 😊 Your contribution is valuable to us! 😊 \n\nPlease make sure to follow our [Contributing Guidelines. πŸ’ͺ🏻](https://github.com/shesharpnl/.github/blob/main/CONTRIBUTING.md) \n\nOur maintainers will carefully assess the issue and reach out to you soon! πŸ˜‡ \n We appreciate your patience! "
pr-message: "Thank you, ${{ github.actor }}, for creating this pull request and contributing to SheSharp! πŸ’—\n\n The maintainers will review this Pull Request and provide feedback as soon as possible! πŸ˜‡\nWe appreciate your patience and contribution, Keep up the great work! πŸ˜€"