mirror of
https://github.com/semaphore-protocol/semaphore.git
synced 2026-01-07 22:04:02 -05:00
chore: add code owners (#784)
Through Github rulesets and the definition of code owners, it is possible to automate the review process without additional workflows. It also makes responsibilities within the project clearer. The current CODEOWNERS file is very simple but more complex rules can be introduced in the future. re #783
This commit is contained in:
1
.github/CODEOWNERS
vendored
Normal file
1
.github/CODEOWNERS
vendored
Normal file
@@ -0,0 +1 @@
|
||||
* @semaphore-protocol/core-devs
|
||||
14
.github/workflows/auto-assign.yml
vendored
14
.github/workflows/auto-assign.yml
vendored
@@ -1,14 +0,0 @@
|
||||
name: auto-assign
|
||||
|
||||
on:
|
||||
pull_request:
|
||||
types: [opened]
|
||||
|
||||
jobs:
|
||||
run:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: wow-actions/auto-assign@v3
|
||||
with:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
reviewers: org/core-devs
|
||||
Reference in New Issue
Block a user