From 9ae5c59cf3bde1473c667ad09b62649cd84db395 Mon Sep 17 00:00:00 2001 From: Adrian Covaci <6562353+acovaci@users.noreply.github.com> Date: Thu, 16 May 2024 13:02:37 +0100 Subject: [PATCH] require actions on pr --- .github/settings.yml | 2 +- .github/workflows/pre-commit.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/settings.yml b/.github/settings.yml index 68a5713..4b56ab3 100644 --- a/.github/settings.yml +++ b/.github/settings.yml @@ -61,7 +61,7 @@ branches: required_status_checks: strict: true - contexts: [] + contexts: ["Rust", "Pre-Commit"] required_linear_history: true restrictions: apps: [] diff --git a/.github/workflows/pre-commit.yml b/.github/workflows/pre-commit.yml index 1e7587a..816fb60 100644 --- a/.github/workflows/pre-commit.yml +++ b/.github/workflows/pre-commit.yml @@ -1,4 +1,4 @@ -name: Commit Hooks +name: Pre-Commit on: pull_request: