mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-24 21:56:43 +00:00
remote PR status update, doesn't work and is not necessary
This commit is contained in:
parent
77f95d7d31
commit
ffcc8e8d9e
1 changed files with 0 additions and 14 deletions
14
.github/workflows/validate_pr.yml
vendored
14
.github/workflows/validate_pr.yml
vendored
|
|
@ -39,17 +39,3 @@ jobs:
|
||||||
}
|
}
|
||||||
|
|
||||||
console.log(`✅ Milestone "${pr.milestone.title}" is assigned`);
|
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'
|
|
||||||
});
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue