Skip to content

Bump yaml from 2.6.0 to 2.8.3 #17

Bump yaml from 2.6.0 to 2.8.3

Bump yaml from 2.6.0 to 2.8.3 #17

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 project! Thank you for opening your first issue. We will look into it as soon as possible."
pr-message: "Thank you for your first pull request! We appreciate your contribution. We will review it shortly."