Skip to content

Commit

Permalink
chore: request reviews from all core/app engineers (#1558)
Browse files Browse the repository at this point in the history
Closes #1556
  • Loading branch information
rootulp authored Dec 18, 2024
1 parent d51978e commit 87a7708
Show file tree
Hide file tree
Showing 2 changed files with 37 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/auto_request_review.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# More info at https://github.com/necojackarc/auto-request-review
reviewers:
defaults:
- cmwaters
- evan-forbes
- ninabarbakadze
- rach-id
- rootulp

options:
ignore_draft: true
ignored_keywords:
- DO NOT REVIEW
enable_group_assignment: false
23 changes: 23 additions & 0 deletions .github/workflows/pr-review-requester.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
name: pr-review-requester

on:
# pull_request_target is used to allow forks write permissions when running
# this workflow. With the pull_request trigger, forks do not have any write
# access for security reasons, however write access is needed in order to
# request reviews. Since this workflow is simply requesting reviewers, it is
# safe to allow forks write access.
pull_request_target:

jobs:
auto-request-review:
name: Auto request reviews
uses: celestiaorg/.github/.github/workflows/[email protected]
secrets: inherit
# write access for issues and pull requests is needed because the called
# workflow requires write access to issues and pull requests and the
# permissions must match
permissions:
issues: write
pull-requests: write
with:
run-auto-request-review: true

0 comments on commit 87a7708

Please sign in to comment.