Files
docs-desktop/.github/workflows/check-for-build-warnings.yml
Andy (Steve) De George 97abdbc51c Updated workflows with permission restrictions (#1267)
* Updated workflows

* Remove docs verifier for now
2022-01-07 13:34:04 -08:00

17 lines
361 B
YAML

name: 'OPS status checker'
on:
pull_request_target:
types: [opened, synchronize, reopened]
jobs:
status_checker_job:
name: Look for build warnings
runs-on: ubuntu-latest
permissions:
statuses: write
steps:
- uses: dotnet/docs-actions/actions/status-checker@main
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}