Skip to content

Commit

Permalink
Update greetings.yml
Browse files Browse the repository at this point in the history
added
  • Loading branch information
reshamsai150 authored Jun 8, 2024
1 parent 696b704 commit bdbc040
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/greetings.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ jobs:
- uses: actions/first-interaction@v1
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
# issue-message: "Message that will be displayed on users' first issue"
# pr-message: "Message that will be displayed on users' first pull request"
issue-message: "Message that will be displayed on users' first issue"
pr-message: "Message that will be displayed on users' first pull request"

- name: Greet new issue
if: github.event_name == 'issues'
Expand Down

0 comments on commit bdbc040

Please sign in to comment.