Skip to content

Configure Renovate #411

Configure Renovate

Configure Renovate #411

Workflow file for this run

name: Greetings
on: [pull_request, issues]
jobs:
greeting:
runs-on: ubuntu-latest
steps:
- uses: actions/first-interaction@v1
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
issue-message: 'Welcome To Panda & Happy Hacking! 🐼💜'' first issue'
pr-message: 'Welcome To Panda & Happy Hacking! 🐼💜'' first pr'