Minor tweaks to issue-opening bot - #178
Open
larsoner wants to merge 4 commits into
Open
Conversation
Contributor
Author
|
I'll take care of #181 here once we converge on how to publish the dates! |
larsoner
force-pushed
the
stale-wheel-followup
branch
from
September 3, 2026 18:06
ff4323e to
5c15118
Compare
larsoner
marked this pull request as ready for review
September 3, 2026 18:06
Contributor
Author
|
@bsipocz locally doing: $ export ISSUE_OPENER_TOKEN=$(gh auth token) GITHUB_TOKEN=$(gh auth token)
$ uv run --with-requirements tools/requirements.txt tools/check_stale_wheels.py --dry-run --html site/index.html
Acting as larsoner
$ open site/index.htmlI see:
Ready for review/merge from my end! |
| run: | | ||
| uv run --with-requirements tools/requirements.txt tools/check_stale_wheels.py ${{ inputs.dry_run && '--dry-run' || '' }} | ||
| uv run --with-requirements tools/requirements.txt tools/check_stale_wheels.py \ | ||
| --html site/index.html ${{ inputs.dry_run && '--dry-run' || '' }} |
Member
There was a problem hiding this comment.
At the moment the deployment is
$ tree ./site/
./site/
├── index.html
└── status.css
1 directory, 2 filesTo avoid moving the page later if we want to use the top level for different information, can we have this either deploy to site/status.html with a landing page that routes there? If that's too much work to get something up today can we just copy index.html to status.html until we do something else so we know that status.html will work in the future?
Contributor
Author
|
I'll see if I can get the README as the landing page with a pointer to the status page |
Contributor
Author
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.



Leaving as draft for a few days in case there are other tweaks now that we have issues in the open. But from looking and using it: