Skip to content

Bump actions/labeler from 4 to 5 #40

Bump actions/labeler from 4 to 5

Bump actions/labeler from 4 to 5 #40

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 Minipoint community. We'll look into the issue real soon :)"
pr-message: "Thanks for your valuable contribution. We'll check if it's actually valuable"