From ffcc8e8d9e1a0c1f59074c56698e8ff428643ea8 Mon Sep 17 00:00:00 2001 From: Guillaume Ballet <3272758+gballet@users.noreply.github.com> Date: Fri, 22 Aug 2025 09:48:07 +0200 Subject: [PATCH] remote PR status update, doesn't work and is not necessary --- .github/workflows/validate_pr.yml | 14 -------------- 1 file changed, 14 deletions(-) diff --git a/.github/workflows/validate_pr.yml b/.github/workflows/validate_pr.yml index c83634ebab..bb8af70c20 100644 --- a/.github/workflows/validate_pr.yml +++ b/.github/workflows/validate_pr.yml @@ -39,17 +39,3 @@ jobs: } console.log(`✅ Milestone "${pr.milestone.title}" is assigned`); - - - name: Update PR Status - if: success() - uses: actions/github-script@v7 - with: - script: | - github.rest.repos.createCommitStatus({ - owner: context.repo.owner, - repo: context.repo.repo, - sha: context.payload.pull_request.head.sha, - state: 'success', - description: 'PR validation passed', - context: 'pr-validation' - });