Skip to content

fix: Update UI on Profile 🎨 #19

fix: Update UI on Profile 🎨

fix: Update UI on Profile 🎨 #19

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 πŸ₯³πŸ₯³πŸ₯³"