Skip to content

Commit

Permalink
greetings: enable workflow to run from workflow dispatch
Browse files Browse the repository at this point in the history
this would make testing workflow easier and also convenient for manual greetings
  • Loading branch information
ksauraj committed Jan 30, 2024
1 parent 9b9f45f commit 7dd28c6
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
@@ -1,6 +1,6 @@
name: Greetings

on: [pull_request, issues]
on: [pull_request, issues, workflow_dispatch]

jobs:
greeting:
Expand All @@ -13,4 +13,4 @@ jobs:
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
issue-message: 'Hey, @${{ github.actor }} welcome to JEE Counsellor repository.🎊 Thank you so much for taking the time to point this out.🙌'
pr-message: 'Hey, @${{ github.actor }} welcome to JEE Counsellor repository.🎊 Thank you so much for taking the effort to make our project better! 🙌 Keep making such awesome contributions!'
pr-message: 'Hey, @${{ github.actor }} welcome to JEE Counsellor repository.🎊 Thank you so much for taking the effort to make our project better! 🙌 Keep making such awesome contributions!'

0 comments on commit 7dd28c6

Please sign in to comment.