Skip to content

-a / --all option for list #73

-a / --all option for list

-a / --all option for list #73

Workflow file for this run

name: Greetings
on: [pull_request, 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: 'Thank you for taking the time to report this issue. We will look into it ASAP.'
pr-message: 'Thank you for creating this PR. One of the moderators will review it ASAP.'