Add pg_class optimizer and autovacuum columns to postgres schema collection #49789
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
| # https://github.com/actions/labeler | |
| name: Community PR Labels | |
| on: | |
| pull_request_target: | |
| branches: | |
| - master | |
| types: | |
| - opened | |
| - synchronize | |
| - reopened | |
| - review_requested | |
| jobs: | |
| labeler: | |
| if: ${{ github.event.pull_request.head.repo.full_name != github.repository }} # only PRs from other repos | |
| permissions: | |
| pull-requests: write # Needed for labeler-reusable.yml | |
| contents: read # Needed for labeler-reusable.yml | |
| uses: ./.github/workflows/labeler-reusable.yml | |
| secrets: | |
| app-id: "${{ secrets.DD_AGENT_INTEGRATIONS_BOT_APP_ID }}" | |
| private-key: "${{ secrets.DD_AGENT_INTEGRATIONS_BOT_PRIVATE_KEY }}" |