Update N1C getting started guide with instructions on how to enable metrics collection for a NGINX Plus API with SSL enabled #4106
This file contains hidden or 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: PR Labeler | |
| on: | |
| - pull_request_target | |
| permissions: | |
| contents: read # Required to read the labeler.yml file | |
| pull-requests: write # Required to apply labels to PRs | |
| jobs: | |
| label: | |
| runs-on: ubuntu-latest | |
| steps: | |
| - name: Apply labels based on file paths | |
| uses: actions/labeler@v6 | |
| with: | |
| repo-token: "${{ secrets.GITHUB_TOKEN }}" |