Skip to content

Commit

Permalink
修正Auto Assign action触发条件
Browse files Browse the repository at this point in the history
  • Loading branch information
Val-istar-Guo committed May 4, 2024
1 parent 05fe132 commit f645a29
Showing 1 changed file with 2 additions and 15 deletions.
17 changes: 2 additions & 15 deletions .github/workflows/auto-assign.yaml
Original file line number Diff line number Diff line change
@@ -1,23 +1,10 @@
name: Auto Assign
on:
issues:
types: [opened, edited, labeled, unlabeled]
pull_request:
types: [opened, edited, labeled, unlabeled]
on: [pull_request]
jobs:
run:
runs-on: ubuntu-latest
steps:
- uses: wow-actions/auto-assign@v3
with:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
# using the `org/team_slug` or `/team_slug` syntax to add git team as reviewers
# reviewers: |
# reviewer1
# reviewer2
# reviewer3
# org/teamReviewerA
# org/teamReviewerB
# /teamReviewerC
assignees: val-istar-guo
skipKeywords: wip, draft
assignees: Val-istar-Guo

0 comments on commit f645a29

Please sign in to comment.