From 0fe30af2aca5b7205b3fdfa8a49e59eccab19c0b Mon Sep 17 00:00:00 2001 From: Palash Tyagi <23239946+Magnus167@users.noreply.github.com> Date: Thu, 24 Apr 2025 18:17:42 +0100 Subject: [PATCH 1/3] Remove comment --- .github/workflows/pr-checks.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/pr-checks.yml b/.github/workflows/pr-checks.yml index 185c8b7..4156475 100644 --- a/.github/workflows/pr-checks.yml +++ b/.github/workflows/pr-checks.yml @@ -6,7 +6,6 @@ on: types: - opened # - synchronize - # disable to save resources - reopened - edited - ready_for_review From e8ec83a76cf9c7cdf543e8ee3a182db5c7c1e5df Mon Sep 17 00:00:00 2001 From: Palash Tyagi <23239946+Magnus167@users.noreply.github.com> Date: Thu, 24 Apr 2025 18:20:43 +0100 Subject: [PATCH 2/3] testing with From 5524116b20029d878b25a982b65ab8bf26ca6ce1 Mon Sep 17 00:00:00 2001 From: Palash Tyagi <23239946+Magnus167@users.noreply.github.com> Date: Thu, 24 Apr 2025 18:30:54 +0100 Subject: [PATCH 3/3] disabled pr checks --- .github/workflows/pr-checks.yml | 58 ++++++++++++++++----------------- 1 file changed, 29 insertions(+), 29 deletions(-) diff --git a/.github/workflows/pr-checks.yml b/.github/workflows/pr-checks.yml index 4156475..43b57a8 100644 --- a/.github/workflows/pr-checks.yml +++ b/.github/workflows/pr-checks.yml @@ -1,34 +1,34 @@ -name: pr-checks +# name: pr-checks -on: - pull_request: - branches: [main] - types: - - opened - # - synchronize - - reopened - - edited - - ready_for_review +# on: +# pull_request: +# branches: [pr_checks_disabled_for_now] +# types: +# - opened +# # - synchronize +# - reopened +# - edited +# - ready_for_review -concurrency: - group: pr-checks-${{ github.event.number }} +# concurrency: +# group: pr-checks-${{ github.event.number }} -permissions: - contents: read - pull-requests: read - checks: write +# permissions: +# contents: read +# pull-requests: read +# checks: write -jobs: - pr-checks: - name: pr-checks - runs-on: ubuntu-latest - steps: - - uses: actions/checkout@v4 +# jobs: +# pr-checks: +# name: pr-checks +# runs-on: ubuntu-latest +# steps: +# - uses: actions/checkout@v4 - - name: Run PR checks - shell: bash - env: - GH_TOKEN: ${{ secrets.GITHUB_TOKEN }} - PR_NUMBER: ${{ github.event.number }} - run: | - python .github/scripts/pr_checks.py $PR_NUMBER +# - name: Run PR checks +# shell: bash +# env: +# GH_TOKEN: ${{ secrets.GITHUB_TOKEN }} +# PR_NUMBER: ${{ github.event.number }} +# run: | +# python .github/scripts/pr_checks.py $PR_NUMBER