Skip to content

Commit

Permalink
Create greetings.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
DefinetlyNotAI authored Sep 2, 2024
1 parent a9a9cf1 commit afb60ad
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/greetings.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
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: "Hi! Thanks for pointing out an issue/suggestion for the first time to Logicytics 🤗 We hope it goes as smoothly as possible."
pr-message: "Hi! Thanks for contibuting for the first time to Logicytics 🤗 We hope it goes as smoothly as possible and appreciate your valuable contribution."

0 comments on commit afb60ad

Please sign in to comment.