Skip to content

Commit

Permalink
Auto Assign Author (#32)
Browse files Browse the repository at this point in the history
  • Loading branch information
garrettladley authored Jan 20, 2024
1 parent 56a96a3 commit b087de4
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/assignees.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
addAssignees: author
13 changes: 13 additions & 0 deletions .github/workflows/auto_assign_author.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
name: Auto Assign Author

on:
pull_request:
types: [opened, ready_for_review, reopened]

jobs:
auto-add-assignee:
runs-on: ubuntu-latest
steps:
- uses: kentaro-m/[email protected]
with:
configuration-path: ".github/assignees.yml"
1 change: 0 additions & 1 deletion .github/workflows/auto_request_review.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ on:

jobs:
auto-request-review:
name: Auto Request Review
runs-on: ubuntu-latest
steps:
- name: Request review from the TLs and 1 random team member
Expand Down

0 comments on commit b087de4

Please sign in to comment.