Skip to content
This repository has been archived by the owner on Apr 13, 2023. It is now read-only.

Commit

Permalink
Update assigner.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
qhy040404 authored Nov 21, 2022
1 parent 33b59ec commit 9c0009b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/assigner.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: Auto-assign
on:
issues:
types: [ opened, edited ]
types: [ opened ]

jobs:
assign:
Expand All @@ -13,4 +13,4 @@ jobs:
actions: 'add-assignees'
token: ${{ secrets.GITHUB_TOKEN }}
issue-number: ${{ github.event.issue.number }}
assignees: 'qhy040404'
assignees: 'qhy040404'

0 comments on commit 9c0009b

Please sign in to comment.