Skip to content

Commit

Permalink
Update greetings.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
hhhrrrttt222111 authored Oct 1, 2021
1 parent 70a05e9 commit 14daac9
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/greetings.yml
Original file line number Diff line number Diff line change
@@ -1,16 +1,14 @@
name: Greetings

on: [pull_request, issues]
on: [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: 'Hello, Thank You for raising this Issue. Our Team will look into the issue and discuss with you'
pr-message: 'Hello, Thank You for creating this Pull Request. Our Team will review your code and take the necessary action'

0 comments on commit 14daac9

Please sign in to comment.