Skip to content

Commit

Permalink
Labeler added
Browse files Browse the repository at this point in the history
  • Loading branch information
AdityaSeth777 authored Jan 11, 2024
1 parent 84d52b8 commit 997c67f
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/label.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.GREETINGS_TOKEN }}
issue-message: "Greetings and Thank you for submitting the issue ! This message is automated, in case you are wondering. I will get back to you on this."
pr-message: "Congratulations on submitting your PR ! It will be merged if it passes the requirements. Thanks."

0 comments on commit 997c67f

Please sign in to comment.