Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 7 additions & 3 deletions .asf.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -73,9 +73,13 @@ github:
required_conversation_resolution: true
# Require checks to pass before merging
required_status_checks:
## The GitHub Actions app
#- app_slug: github-actions
# name: "build (ubuntu-latest)"
# The GitHub Actions app
- app_slug: github-actions
name: "build / build (macos-latest)"
- app_slug: github-actions
name: "build / build (ubuntu-latest)"
- app_slug: github-actions
name: "build / build (windows-latest)"
# The GitHub Advanced Security app
- app_slug: github-advanced-security
name: "CodeQL"
Expand Down
Loading