chore(docs): update Swagger Aggregator documentation #6494
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
# configured according to https://github.com/marketplace/actions/labeler | |
name: "Pull Request Labeler" | |
on: | |
pull_request_target: | |
branches: | |
- "main" | |
# note: to perform major update of labeler action, please follow this guide | |
# https://github.com/marketplace/actions/labeler#updating-major-version-of-the-labeler | |
jobs: | |
labeler: | |
permissions: | |
contents: read | |
pull-requests: write | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/labeler@v5 | |
with: | |
sync-labels: true |