Cannot try/execute endpoints within the swagger GUI when exposing it under a different path prefix via a reverse-proxy #56
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: Auto labeler | |
on: | |
issues: | |
types: [ opened, edited, milestoned ] | |
pull_request_target: | |
types: [ opened ] | |
permissions: | |
contents: read | |
issues: write | |
pull-requests: write | |
statuses: write | |
checks: write | |
jobs: | |
labeler: | |
runs-on: ubuntu-latest | |
steps: | |
- name: Check Labels | |
id: labeler | |
uses: fuxingloh/multi-labeler@v4 | |
with: | |
github-token: ${{secrets.GITHUB_TOKEN}} |