Skip to content

⬆️ Bump release-drafter/release-drafter from 5 to 6 #17

⬆️ Bump release-drafter/release-drafter from 5 to 6

⬆️ Bump release-drafter/release-drafter from 5 to 6 #17

Workflow file for this run

name: greeting
on: [pull_request, issues]
jobs:
check:
runs-on: ubuntu-latest
steps:
- uses: actions/first-interaction@v1
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
issue-message: 'Hello @${{ github.actor }}! 😊 Thank you for submitting your first PR. πŸš€'
pr-message: 'Hello @${{ github.actor }}! 😊 Thank you for your interest in our work. πŸš€'