Skip to content

No longer hard-code python3.12 path, rather find it, and then make cu… #83

No longer hard-code python3.12 path, rather find it, and then make cu…

No longer hard-code python3.12 path, rather find it, and then make cu… #83

Workflow file for this run

# name: "Mark stale issues"
# on:
# schedule:
# - cron: "30 1 * * *"
# jobs:
# stale:
# runs-on: ubuntu-latest
# steps:
# - uses: actions/stale@v9
# with:
# stale-issue-message: "This issue was marked as stale due to lack of activity."
# days-before-issue-stale: 60
# days-before-close: -1
# exempt-issue-labels: "do-not-stale"