Skip to content

Commit

Permalink
Add auto-assign action. (#109)
Browse files Browse the repository at this point in the history
  • Loading branch information
Brokyeom authored Aug 15, 2024
1 parent b3f6f8c commit 6a15953
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/auto-assign.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
name: "Auto Assign"
on:
pull_request:
types: [opened, ready_for_review]

jobs:
add-reviews:
runs-on: ubuntu-latest
steps:
- uses: kentaro-m/[email protected]
with:
configuration-path: ".github/some_name_for_configs.yml" # Only needed if you use something other than .github/auto_assign.yml

0 comments on commit 6a15953

Please sign in to comment.