Skip to content

fix: Make Active Member Count Dynamic in Group Chats #68

fix: Make Active Member Count Dynamic in Group Chats

fix: Make Active Member Count Dynamic in Group Chats #68

Workflow file for this run

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.GITHUB_TOKEN }}
issue-message: "Welcome to the repo! Thanks for stopping by 🚀🚀🚀"
pr-message: "Almost at your first merged PR here! Super exciting 🥳🥳🥳"