Skip to content

Commit

Permalink
update(config): add required status check for plugin repo
Browse files Browse the repository at this point in the history
Signed-off-by: Leonardo Grasso <[email protected]>
  • Loading branch information
leogr authored and poiana committed Feb 5, 2025
1 parent 3f46ecf commit eb908cd
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions config/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -391,6 +391,11 @@ branch-protection:
branches:
main:
protect: true
required_status_checks:
contexts:
- "build-plugins / build-packages-x86_64"
- "build-plugins / build-packages-aarch64"
- "get-changed-plugins / get-values"
plugin-sdk-go:
required_status_checks:
contexts:
Expand Down

0 comments on commit eb908cd

Please sign in to comment.