doc: Update section titles for clarity and accuracy (#23627) #79952
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: License checker | |
| on: | |
| push: | |
| branches: | |
| - main | |
| - "forks/*" | |
| pull_request: | |
| branches: | |
| - main | |
| - "v*.*.*-rc" | |
| merge_group: | |
| types: [checks_requested] | |
| jobs: | |
| license-header-check: | |
| runs-on: ubuntu-latest | |
| name: license-header-check | |
| steps: | |
| - uses: actions/checkout@v4 | |
| - name: Check License Header | |
| uses: apache/[email protected] |