File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change 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
1415env :
@@ -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
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 }}
You can’t perform that action at this time.
0 commit comments