Skip to content

💡[Feature]: Add GitHub Workflows for Greetings, Auto-Labeling, and PR Merge Notifications #86

💡[Feature]: Add GitHub Workflows for Greetings, Auto-Labeling, and PR Merge Notifications

💡[Feature]: Add GitHub Workflows for Greetings, Auto-Labeling, and PR Merge Notifications #86

Workflow file for this run

name: Greetings
on: [pull_request_target, issues]
jobs:
greeting:
runs-on: ubuntu-latest
permissions:
issues: write
pull-requests: write
steps:
- uses: actions/first-interaction@v1
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
issue-message: "Thank you for creating this issue! 🎉 We'll look into it as soon as possible."
pr-message: "Thank you for submitting your pull request! 🙌 We'll review it as soon as possible."