Skip to content
This repository was archived by the owner on Feb 24, 2025. It is now read-only.

Commit a71fdf2

Browse files
authored
Merge pull request #463 from api3dao/453-replace-andre-as-pr-reviewer
Update repository review options
2 parents 2d0c683 + 947e16e commit a71fdf2

3 files changed

Lines changed: 4 additions & 2 deletions

File tree

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
---
2+
---

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,6 @@ jobs:
7272

7373
- name: Create pull request
7474
if: steps.changesets.outputs.published == 'true'
75-
run: gh pr create -B main -H production --title 'Merge production into main' --body 'Merges production into main' --reviewer andreogle
75+
run: gh pr create -B main -H production --title 'Merge production into main' --body 'Merges production into main' --reviewer hiletmis
7676
env:
7777
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

renovate.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,5 +28,5 @@
2828
}
2929
],
3030
"rangeStrategy": "bump",
31-
"reviewers": ["andreogle"]
31+
"reviewers": ["hiletmis"]
3232
}

0 commit comments

Comments
 (0)