Skip to content

Commit dd9dd7f

Browse files
committed
Add @andrewdnolan and fix some comments
1 parent 7344a2c commit dd9dd7f

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/pre_commit_update_workflow.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ on:
99
# 4. Entry: Month of the year when the process will be started [1-12]
1010
# 5. Entry: Weekday when the process will be started [0-6] [0 is Sunday]
1111
- cron: '0 8 * * 3'
12+
# Allow manual triggering of the workflow
1213
workflow_dispatch:
1314

1415
env:
@@ -34,10 +35,10 @@ jobs:
3435
python=${{ env.PYTHON_VERSION }}
3536
3637
- name: Install pre-commit and gh
37-
# permissions issue with 2.76.0
3838
run: |
3939
eval "$(micromamba shell hook --shell bash)"
4040
micromamba activate pre_commit_dev
41+
# permissions issue with gh 2.76.0
4142
conda install -y pre-commit "gh !=2.76.0"
4243
gh --version
4344
@@ -77,7 +78,7 @@ jobs:
7778
--title "Update pre-commit and its dependencies" \
7879
--body "This PR was auto-generated to update pre-commit and its dependencies." \
7980
--head update-pre-commit-deps \
80-
--reviewer altheaden,xylar \
81+
--reviewer altheaden,xylar,andrewdnolan \
8182
--label ci
8283
env:
8384
GH_TOKEN: ${{ github.token }}

0 commit comments

Comments
 (0)