mirror of
https://github.com/Lissy93/dashy.git
synced 2025-07-26 15:14:22 +02:00
⏩ Rebased from master
This commit is contained in:
commit
73e8dadcb9
32
.github/CODEOWNERS
vendored
32
.github/CODEOWNERS
vendored
@ -1,16 +1,16 @@
|
|||||||
# Code Owners helps give greater control to those who developed a feature
|
# Code Owners helps give greater control to those who developed a feature
|
||||||
# PR's which modify files that you own will be marked as trusted
|
# PR's which modify files that you own will be marked as trusted
|
||||||
# After developing a feature, you can add yourself as it's owner
|
# After developing a feature, you can add yourself as it's owner
|
||||||
# Each line starts with file pattern, followed by one or more owners
|
# Each line starts with file pattern, followed by one or more owners
|
||||||
# Codeowners Docs: https://github.blog/2017-07-06-introducing-code-owners/
|
# Codeowners Docs: https://github.blog/2017-07-06-introducing-code-owners/
|
||||||
|
|
||||||
# Repo Owner
|
# Repo Owner
|
||||||
* @lissy93
|
* @lissy93
|
||||||
|
|
||||||
# Translations
|
# Translations
|
||||||
src/assets/locales/de.json @niklashere
|
src/assets/locales/de.json @niklashere
|
||||||
src/assets/locales/nl.json @evroon
|
src/assets/locales/nl.json @evroon
|
||||||
|
|
||||||
# Bot PR Permissions
|
# Bot PR Permissions
|
||||||
docs/assets/CONTRIBUTORS.svg @liss-bot
|
docs/assets/CONTRIBUTORS.svg @liss-bot
|
||||||
docs/*.md @liss-bot
|
docs/*.md @liss-bot
|
||||||
|
13
.github/workflows/assign-reviewer.yml
vendored
13
.github/workflows/assign-reviewer.yml
vendored
@ -1,13 +0,0 @@
|
|||||||
# Automatically assigns a reviewer to a PR, based on who owns the modified files
|
|
||||||
# Uses the ./.github/CODEOWNERS file to determine ownership of file patterns
|
|
||||||
on: [pull_request]
|
|
||||||
jobs:
|
|
||||||
autolabeler-codeowners:
|
|
||||||
runs-on: ubuntu-latest
|
|
||||||
name: Assign Reviewer
|
|
||||||
steps:
|
|
||||||
- uses: actions/checkout@v1
|
|
||||||
- name: Find code owner, assign reviewer
|
|
||||||
uses: pratikmallya/autolabeler-codeowners@master
|
|
||||||
with:
|
|
||||||
githubToken: ${{ secrets.GITHUB_TOKEN }}
|
|
Loading…
x
Reference in New Issue
Block a user