Skip to content

Commit 6e84bde

Browse files
authored
Merge pull request #910 from altheaden/small-ci-updates
Add @andrewdnolan to CI reviewers lists
2 parents 764dfaa + 0c12ac8 commit 6e84bde

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.github/dependabot.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,3 +10,4 @@ updates:
1010
- "xylar"
1111
reviewers:
1212
- "xylar"
13+
- "andrewdnolan"

.github/workflows/pre_commit_update_workflow.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ on:
1313
env:
1414
UP_TO_DATE: false
1515
PYTHON_VERSION: "3.13"
16+
REVIEWERS: "xylar,altheaden,andrewdnolan"
1617

1718
jobs:
1819
auto-update:
@@ -60,7 +61,7 @@ jobs:
6061
--title "Update pre-commit and its dependencies" \
6162
--body "This PR was auto-generated to update pre-commit and its dependencies." \
6263
--head update-pre-commit-deps \
63-
--reviewer altheaden,xylar \
64+
--reviewer ${{ env.REVIEWERS }} \
6465
--label ci
6566
env:
6667
GH_TOKEN: ${{ github.token }}

0 commit comments

Comments
 (0)