feat(discovery): add get_node_details; deprecate the 8 get_*_details tools #2009
Workflow file for this run
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: CODEOWNERS Coverage Check | |
| on: | |
| pull_request: | |
| workflow_dispatch: | |
| jobs: | |
| validate-codeowners: | |
| runs-on: ubuntu-latest | |
| permissions: | |
| contents: read | |
| pull-requests: write | |
| steps: | |
| - uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # actions/checkout@v4 | |
| - uses: mszostok/codeowners-validator@7f3f5e28c6d7b8dfae5731e54ce2272ca384592f | |
| with: | |
| github_access_token: "${{ secrets.OWNERS_VALIDATOR_GITHUB_SECRET }}" | |
| checks: "duppatterns" | |
| experimental_checks: "notowned" |