Skip to content
This repository has been archived by the owner on Mar 26, 2024. It is now read-only.

report user is not working #86

report user is not working

report user is not working #86

Workflow file for this run

name: bot
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: "Thanks a lot for the first issue posting"
pr-message: "Thanks a lot for your first Pull Request"