Lidarr settings for Self Signed Certficate are ignored. #215
This file contains 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
name: Lock closed stale issue | |
on: | |
issues: | |
types: [closed] | |
jobs: | |
lock: | |
if: github.event.label.name == 'closed-no-issue-activity' | |
runs-on: ubuntu-latest | |
steps: | |
- uses: OSDKDev/[email protected] | |
with: | |
repo-token: "${{ secrets.GITHUB_TOKEN }}" |