Skip to content

Support.md instead of Funding.yml #25

Support.md instead of Funding.yml

Support.md instead of Funding.yml #25

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: ${{ vars.GREETINGS_ISSUE }}
pr-message: ${{ vars.GREETINGS_PULL_REQUEST }}