provider stops responding over 8443/status, 8444 sporadically (either immediately after start or after some time) #173
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: "Add Triage label" | |
on: | |
issues: | |
types: | |
- reopened | |
- opened | |
jobs: | |
triage: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: dessant/label-actions@v3 | |
with: | |
process-only: 'issues' | |
config-path: '.github/label-triage.yml' |