Skip to content

Bump actions/stale from 8 to 9 #3

Bump actions/stale from 8 to 9

Bump actions/stale from 8 to 9 #3

name: Workflow / Greetings
on:
issues:
types: [opened]
pull_request:
types: [opened]
jobs:
greeting:
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 an issue! 🚀
pr-message: >
Hello @${{ github.actor }}, thank you for submitting a PR!
We will respond as soon as possible.