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 greetings.yml #64

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

archanasingh11
Copy link

Fixed #56

Description:

This pull request implements a new GitHub Actions workflow named "Greetings," which automatically greets users who open new issues or pull requests in this repository.

Key Features:

  • Automatic Greeting: Users will receive an immediate acknowledgment when they create an issue or pull request. The messages are:
  • For Issues: "👋 Thank you for raising an issue! We appreciate your effort in helping us improve. Our team will review it shortly. Stay tuned!"
  • For Pull Requests: "🎉 Thank you for your contribution! Your pull request has been submitted successfully. A maintainer will review it as soon as possible. We appreciate your support in making this project better."

Implementation Details:

  • Created a workflow file named greetings.yml in the .github/workflows directory.
  • Configured the workflow to trigger on both new issues and pull requests.
  • Utilized the actions/first-interaction action to manage the greeting messages.
  • This enhancement aims to foster a welcoming environment for contributors and improve community engagement.

Copy link

netlify bot commented Oct 12, 2024

👷 Deploy request for trand-tide pending review.

Visit the deploys page to approve it

Name Link
🔨 Latest commit 13d24e1

@archanasingh11
Copy link
Author

Hey @ChandelAnish I have raised the PR
Thanks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Automated Greeting Workflow
1 participant