Skip to content

Fixes for self-signed certs: Disable verify and cafile fix. #574

Fixes for self-signed certs: Disable verify and cafile fix.

Fixes for self-signed certs: Disable verify and cafile fix. #574

Workflow file for this run

#name: 'Close stale issues and PRs'
#on:
# schedule:
# - cron: '30 1 * * *'
#
#jobs:
# stale:
# runs-on: ubuntu-latest
# steps:
#
# - name: Close Stale Issues
# uses: actions/stale@v5.0.0
# with:
# exempt-issue-labels: 'nostale,bug,help-wanted,feature,pinboard'
# exempt-pr-labels: 'nostale,bug,help-wanted,feature'