Skip to content
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

test stale repositories workflow re-flags repositories once the issue that flagged them has been closed #3339

Closed
mrKappen opened this issue Oct 30, 2020 · 3 comments

Comments

@mrKappen
Copy link
Collaborator

mrKappen commented Oct 30, 2020

The workflow checks if a repository has already been flagged by parsing through existing, open issues with the expected title format and sees if they have already been mentioned. This breaks once the issue is closed.

@avelino
Copy link
Owner

avelino commented May 13, 2021

@mrKappen Do you have any proposals to correct this problem?

@mrKappen
Copy link
Collaborator Author

Hey @avelino, I was thinking of implementing some kind of database to remember handled issues.

Here is a potential project that might be useful: https://github.com/mapbox/hubdb

Since our database would be really simple, we could opt to just have github repo and use issues as a way to remember things. What do you think?

@avelino
Copy link
Owner

avelino commented May 16, 2021

Yes, we can use it, can you structure the project?

@avelino avelino closed this as completed Feb 4, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants