Skip to content

Commit

Permalink
feat: add flow
Browse files Browse the repository at this point in the history
  • Loading branch information
richerfu committed Feb 27, 2024
1 parent d60e0da commit a599e5b
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .github/workflows/mention.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
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@v1
with:
issue-number: ${{ github.event.issue.number }}
body: |
@southorange0929 Please check this issue, thanks.
token: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit a599e5b

Please sign in to comment.