Skip to content

Commit

Permalink
Merge pull request #57 from privacy-scaling-explorations/add-reviewer…
Browse files Browse the repository at this point in the history
…-workflow

Add reviewer workflow
  • Loading branch information
ChialiT committed Aug 18, 2023
2 parents 60cfce2 + a3dbed9 commit 8cbdb4c
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/auto_assign.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
addReviewers: true
addAssignees: author
reviewers: [thebeyondr, AtHeartEngineer, ChialiT, heeckhau, kalidiagne]
skipKeywords: [wip]
runOnDraft: false
10 changes: 10 additions & 0 deletions .github/workflows/auto-assign.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
name: 'Auto Assign'
on:
pull_request:
types: [opened, ready_for_review]

jobs:
add-reviews:
runs-on: ubuntu-latest
steps:
- uses: kentaro-m/auto-assign-action@v1.2.5

1 comment on commit 8cbdb4c

@vercel
Copy link

@vercel vercel bot commented on 8cbdb4c Aug 18, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.