mirror of
https://github.com/Lissy93/dashy.git
synced 2025-07-23 13:45:33 +02:00
🗑️ Gets rid of assign-reviews action, it's buggy
This commit is contained in:
parent
c9733cc45d
commit
c8af4a4dc5
12
.github/workflows/assign-reviewers.yml
vendored
12
.github/workflows/assign-reviewers.yml
vendored
@ -1,12 +0,0 @@
|
|||||||
# Uses the .github/OWNERS file to assign appropriate reviewers to PRs
|
|
||||||
on: [pull_request]
|
|
||||||
jobs:
|
|
||||||
autolabeler-codeowners:
|
|
||||||
runs-on: ubuntu-latest
|
|
||||||
name: Assign Reviewers
|
|
||||||
steps:
|
|
||||||
- uses: actions/checkout@v1
|
|
||||||
- name: Uses owners file to assign appropriate reviews to PR
|
|
||||||
uses: pratikmallya/autolabeler-codeowners@releases/v1
|
|
||||||
with:
|
|
||||||
githubToken: ${{ secrets.GITHUB_TOKEN }}
|
|
Loading…
x
Reference in New Issue
Block a user