Skip to content

Commit

Permalink
workflow changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Nitya-Pasrija authored Dec 29, 2023
1 parent 89ebbbc commit c7ca808
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 34 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/greetings.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# .github/workflows/greetings.yml
name: Greetings

on: [pull_request_target, issues]
Expand All @@ -9,8 +10,7 @@ jobs:
issues: write
pull-requests: write
steps:
- uses: actions/first-interaction@v1
with:
repo-token: ${{ secrets.TOKEN }}
issue-message: "Woohoo! Your first ever issue with us in this repository has been created🎊🎊!!"
pr-message: "Perfection! Advancing through the open source world!🎊🎊 :) Please be patient while our maintainers and reviewers check the code."
- uses: actions/first-interaction@v1
with:
repo-token: ${{ secrets.TOKEN }}
issue-message: "Congratulations! Your first ever issue with us in this repository has been created. Please wait while it gets assigned to you."
29 changes: 0 additions & 29 deletions .github/workflows/stale.yml

This file was deleted.

0 comments on commit c7ca808

Please sign in to comment.