Skip to content

Auto Mention on Issue #6

Auto Mention on Issue

Auto Mention on Issue #6

Workflow file for this run

name: Auto Mention on Issue
on:
issues:
types: [opened, reopened]
jobs:
mention:
runs-on: ubuntu-latest
steps:
- name: Mention User
uses: peter-evans/create-or-update-comment@v4
with:
issue-number: ${{ github.event.issue.number }}
body: |
@southorange0929 Please check this issue, thanks.
token: ${{ secrets.TOKEN }}