Skip to content

Anilist Volume Tracking #4

Anilist Volume Tracking

Anilist Volume Tracking #4

Workflow file for this run

name: Greetings
on: [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 your feedback and suggestions. Please note that the author might only respond on weekends, so we kindly ask for your patience and understanding."
# pr-message: "Message that will be displayed on users' first pull request"