Remove useless workflow 'auto-author-assign'
This commit is contained in:
15
.github/workflows/auto-author-assign.yml
vendored
15
.github/workflows/auto-author-assign.yml
vendored
@@ -1,15 +0,0 @@
|
||||
---
|
||||
name: 'Auto Author Assign'
|
||||
|
||||
on:
|
||||
pull_request_target:
|
||||
types: [opened, reopened]
|
||||
|
||||
permissions:
|
||||
pull-requests: write
|
||||
|
||||
jobs:
|
||||
assign-author:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: toshimaru/auto-author-assign@v1.6.1
|
||||
Reference in New Issue
Block a user