-
Notifications
You must be signed in to change notification settings - Fork 29
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Preamble lint to ensure last-call-deadline
is not in the past
#21
Comments
Or better: at least two weeks into the future (as per EIP-1) |
I don't think we can do that (at least as part of |
Can EIPW have a check that runs conditional on the specific PR/commit it is running against changing a specific line? If so, we would make it so that |
I'd like to keep anything GitHub related out of Any reason we couldn't implement the more accurate checks in EIP-bot? |
Our Rust developer is more active than our TypeScript developer. 😬 |
@SamWilsn I'd like to take on this task |
By all means! |
so i understand that there is no validation in place to ensure that the "last-call-deadline" is set to a date in the future. I've been looking through eip review bot with the merge.ts, process.ts, action.ts, and the files in the rules and searched "last-call-deadline" and other keywords. yet still haven't found anything validating the "last-call-dealine". what do you think about the preMergeChanges function in the merge.ts file? Could that be the place to make changes? |
I don't maintain eipw. CC @SamWilsn |
@apeaircreative I guess you can skip the review bot if you have issues with it. I didn't use it at all. Just focus on |
@SamWilsn @KatyaRyazantseva solved my first issue check out the pull requesr |
No description provided.
The text was updated successfully, but these errors were encountered: