Skip to content

fix(runners): updated the first interactions workflow #18

fix(runners): updated the first interactions workflow

fix(runners): updated the first interactions workflow #18

Workflow file for this run

name: Greetings
on:
push:
branches:
- Develop
jobs:
greeting:
runs-on: ubuntu-latest
permissions:
pull-requests: write
steps:
- uses: actions/first-interaction@v1
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
pr-message: "🎉 Welcome to your first pull request on the sticky-memo repository! The Wisdom Fox community appreciates your contribution and can't wait to review your work. If you need any assistance or clarification, don’t hesitate to ask. Thanks for helping us improve sticky-memo!"