From 7f6fcb1065e279c73aa316fa1d0eec7e1252961e Mon Sep 17 00:00:00 2001 From: "phnx47[bot]" <78849906+phnx47-bot@users.noreply.github.com> Date: Sat, 15 Jun 2024 10:16:11 +0000 Subject: [PATCH] chore: synced file(s) with prom-client-net/prom-client-tmpl --- .github/settings.yml | 2 +- .github/workflows/automerge.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/settings.yml b/.github/settings.yml index df66fd0..6375803 100644 --- a/.github/settings.yml +++ b/.github/settings.yml @@ -68,7 +68,7 @@ branches: required_pull_request_reviews: null required_status_checks: strict: false - contexts: ['Build & Test'] + contexts: ['Build & Test (Windows)', 'Build, Test & Pack (Linux)'] enforce_admins: false required_linear_history: false restrictions: null diff --git a/.github/workflows/automerge.yml b/.github/workflows/automerge.yml index 420f833..0b4ab08 100644 --- a/.github/workflows/automerge.yml +++ b/.github/workflows/automerge.yml @@ -13,7 +13,7 @@ permissions: jobs: automerge: name: Enable auto-merge - runs-on: ubuntu-22.04 + runs-on: ubuntu-24.04 if: github.actor == 'phnx47-bot' && contains(github.event.pull_request.labels.*.name, 'sync') steps: - name: Checkout