Skip to content

Rephrase the multi-line comments rule to be more precise regarding localization (translations) #34981

Rephrase the multi-line comments rule to be more precise regarding localization (translations)

Rephrase the multi-line comments rule to be more precise regarding localization (translations) #34981

name: 'OPS status checker'
on:
pull_request_target:
types: [opened, synchronize, reopened]
permissions:
contents: read
jobs:
status_checker_job:
name: Look for build warnings
runs-on: ubuntu-latest
permissions:
statuses: read
pull-requests: write
steps:
- name: Harden Runner
uses: step-security/harden-runner@91182cccc01eb5e619899d80e4e971d6181294a7 # v2.10.1
with:
egress-policy: audit
- uses: dotnet/docs-tools/actions/status-checker@5e8bcc78465d45a7544bba56509a1a69922b6a5a # main
with:
repo_token: ${{ secrets.GITHUB_TOKEN }}
docs_path: "docs"
url_base_path: "dotnet"