- Notifications
You must be signed in to change notification settings - Fork396
Configuring ladibug. fixes #628#629
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Closed
Uh oh!
There was an error while loading.Please reload this page.
Closed
Changes fromall commits
Commits
Show all changes
2 commits Select commitHold shift + click to select a range
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Uh oh!
There was an error while loading.Please reload this page.
Jump to
Jump to file
Failed to load files.
Loading
Uh oh!
There was an error while loading.Please reload this page.
Diff view
Diff view
There are no files selected for viewing
48 changes: 48 additions & 0 deletions.github/ladybug.yml
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,48 @@ | ||
peer_labels: false | ||
duplicated_issues: false | ||
scheduled_tasks: | ||
issues_warning: | ||
if_type: issue | ||
if_state: open | ||
if_updated: "10 days" | ||
comment: > | ||
"Hola @${ASSIGNEE} este issue lleva un tiempo sin novedades. | ||
Estás todavía trabajando?\n | ||
Si necesitas ayuda :sos: no dudes en buscarla en nuestro Telegram" | ||
issues_timeout: | ||
if_type: issue | ||
if_state: open | ||
if_updated: "20 days" | ||
remove_assignees: ${ASSIGNEE} | ||
comment: > | ||
"Hola @${ASSIGNEE} este issue ya lleva mucho tiempo sin novedades. | ||
Vamos a dejarlo disponible para que otres puedan tomarlo.\n | ||
Si necesitas ayuda no dudes en contactarnos en nuestro Telegram." | ||
pr_warning_reviewers: | ||
if_type: pr | ||
if_state: open | ||
if_review: required | ||
if_updated: "1 days" | ||
add_labels: "waiting for review" | ||
comment: "Este PR está buscando alguien que le de un poco de cariño!! :sos: (y lecturas!) :nerd_face:" | ||
pr_warning: | ||
if_type: pr | ||
if_state: open | ||
if_review: changes_requested | ||
if_updated: "7 days" | ||
add_labels: "waiting for review" | ||
comment: > | ||
"Hola @${ASSIGNEE}. Este PR lleva unos días esperando que revises | ||
comentarios que alguién solicitó en un review.\n | ||
Por favor avisanos si necesitas ayuda (podes encontrarnos en nuestro Telegram) | ||
o si tenes algún problema para continuar." | ||
pr_timeout: | ||
if_type: pr | ||
if_state: open | ||
if_review: changes_requested | ||
if_updated: "21 days" | ||
add_labels: "needs decision" | ||
comment: > | ||
"Hola @${ASSIGNEE}. Vamos a pedir a une admin de nuestro equipo que decida | ||
si alguien más puede finalizar este PR o si tenemos que cancelarlo.\n | ||
Por favor avísanos en caso de que puedas tomarte el tiempo para terminarlo." |
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.