Skip to content

Commit

Permalink
使用action代替auto aassign robot
Browse files Browse the repository at this point in the history
  • Loading branch information
Val-istar-Guo committed Oct 31, 2024
1 parent dcdb97a commit 59bd217
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 8 deletions.
8 changes: 0 additions & 8 deletions .github/auto_assign.yml

This file was deleted.

23 changes: 23 additions & 0 deletions .github/workflows/auto-assign.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
name: Auto assign issues

on:
issues:
types:
- opened
pull_request:
types:
- opened

jobs:
run:
runs-on: ubuntu-latest
permissions:
issues: write
pull-requests: write
steps:
- name: Assign issues and pull requests
uses: gustavofreze/[email protected]
with:
assignees: "Val-istar-Guo"
github_token: "${{ secrets.GITHUB_TOKEN }}"
assignment_options: "ISSUE,PULL_REQUEST"

0 comments on commit 59bd217

Please sign in to comment.