Closed fridex closed 3 years ago
Issues go stale after 90d of inactivity.
Mark the issue as fresh with /remove-lifecycle stale
.
Stale issues rot after an additional 30d of inactivity and eventually close.
If this issue is safe to close now please do so with /close
.
/lifecycle stale
/remove-lifecycle stale
/label hacktoberfest /label "good first issue" /priority backlog /triage accepted
Stale issues rot after 30d of inactivity.
Mark the issue as fresh with /remove-lifecycle rotten
.
Rotten issues close after an additional 30d of inactivity.
If this issue is safe to close now please do so with /close
.
/lifecycle rotten
Stale issues rot after 30d of inactivity.
Mark the issue as fresh with /remove-lifecycle rotten
.
Rotten issues close after an additional 30d of inactivity.
If this issue is safe to close now please do so with /close
.
/lifecycle rotten
/remove-lifecycle rotten /triage accepted
Rotten issues close after 30d of inactivity.
Reopen the issue with /reopen
.
Mark the issue as fresh with /remove-lifecycle rotten
.
/close
Stale issues rot after 30d of inactivity.
Mark the issue as fresh with /remove-lifecycle rotten
.
Rotten issues close after an additional 30d of inactivity.
If this issue is safe to close now please do so with /close
.
/lifecycle rotten
@sesheta: Closing this issue.
Is your feature request related to a problem? Please describe.
To avoid issues like this one:
https://github.com/thoth-station/adviser/pull/1572#issuecomment-729578010 https://github.com/thoth-station/storages/pull/2101
we could develop a pre-commit hook that checks the consistency of these two files. Meaning - requirements in
requirements.txt
andPipfile
match.Describe the solution you'd like
Develop a pre-commit hook to check the consistency of
requirements.txt
andPipifle
.Describe alternatives you've considered
We have a bot for this - see https://github.com/thoth-station/kebechet/tree/master/kebechet/managers/pipfile_requirements This however, does not work well on PRs. It's more natural to gatet these type of errors in the CI on pull requests. The core logic of kebechet manager can be reused.