Skip to content

Commit

Permalink
Merge pull request #7 from ohos-rs/feat-ci
Browse files Browse the repository at this point in the history
feat: add flow
  • Loading branch information
richerfu authored Feb 27, 2024
2 parents d60e0da + a599e5b commit e57e6ff
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 e57e6ff

Please sign in to comment.