mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-24 05:36:46 +00:00
fix typo
This commit is contained in:
parent
3c8a0a0e04
commit
27cdba0450
1 changed files with 1 additions and 1 deletions
2
.github/workflows/validate_pr.yml
vendored
2
.github/workflows/validate_pr.yml
vendored
|
|
@ -33,7 +33,7 @@ jobs:
|
||||||
pull_number: context.payload.pull_request.number
|
pull_number: context.payload.pull_request.number
|
||||||
});
|
});
|
||||||
|
|
||||||
if (!milestone) {
|
if (!pr.milestone) {
|
||||||
core.setFailed('PR must have a milestone assigned');
|
core.setFailed('PR must have a milestone assigned');
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue