mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-24 21:56:43 +00:00
remove commented out code
This commit is contained in:
parent
0647bdb555
commit
12e6a796c6
1 changed files with 0 additions and 18 deletions
18
.github/workflows/validate_pr.yml
vendored
18
.github/workflows/validate_pr.yml
vendored
|
|
@ -21,21 +21,3 @@ jobs:
|
||||||
}
|
}
|
||||||
|
|
||||||
console.log('✅ PR title format is valid');
|
console.log('✅ PR title format is valid');
|
||||||
|
|
||||||
# - name: Check Milestone Assignment
|
|
||||||
# uses: actions/github-script@v7
|
|
||||||
# with:
|
|
||||||
# script: |
|
|
||||||
# // Fetch the PR data explicitly to ensure we have milestone info
|
|
||||||
# const { data: pr } = await github.rest.pulls.get({
|
|
||||||
# owner: context.repo.owner,
|
|
||||||
# repo: context.repo.repo,
|
|
||||||
# pull_number: context.payload.pull_request.number
|
|
||||||
# });
|
|
||||||
|
|
||||||
# if (!pr.milestone) {
|
|
||||||
# core.setFailed('PR must have a milestone assigned');
|
|
||||||
# return;
|
|
||||||
# }
|
|
||||||
|
|
||||||
# console.log(`✅ Milestone "${pr.milestone.title}" is assigned`);
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue