Document Gmail search queries/filters
Abierto
@ezio-melotti ya está trabajando en esto.
Desde el 8/5/2022.
good first issue
help wanted
topic-github
type-feature
- Lenguaje dominante
- Python
- Estrellas
- 2.1k
- Forks
- 1k
- Merge medio
- 2 d 12 h
- PR fusionados (30 d)
- 12
Descripción
I spent some time figuring out some useful search queries for Gmail that can also be used as filters (e.g. to assign label):
- Issues:
subject:(Issue -PR)- might miss some issues that include "PR" in the subject
- PRs:
subject:(PR)- might include some issues that include "PR" in the subject
subject:(PR -Issue)could be used instead- it will miss PRs that include "issue" (somewhat more common)
- Merged PRs:
subject:PR ((Merged AROUND 1 "into main") OR (Merged AROUND 1 "into master"))- You can add entries for other branches too (e.g.
(Merged AROUND 1 "into 3.10")) - Still has a few false positives
- "I merged into main" or "I merged this into main" match (because "into main" is within 1 word of "merged")
- "I merged this PR into main" doesn't match (because "into main" is 2+ words away from "merged")
- You can add entries for other branches too (e.g.
- Closed issues:
subject:Issue "closed"- quite unreliable -- it matches any issue that contains the word "closed"
- Closed issues (by a linked PR):
subject:Issue "closed AROUND 1 via"- pretty reliable, but only works for issues closed automatically by a linked PR
Note:
- All queries should include
from:(notifications@github.com) subject:Issueandsubject:PRdon't work for old Issues/PRs- See also this gist with some additional suggestion
This should be documented somewhere in the devguide, so that other people could easily copy them to set up filters.
Guía de contribución
Primeros pasos
- Lee el issue completo y luego la guía de contribución del proyecto.
- Comenta en el issue que vas a ocuparte — evita que dos personas hagan lo mismo.
- Haz un fork del repositorio y trabaja en una rama.
- Abre un pull request que haga referencia al número del issue.
Evaluación
Este issue todavía no se ha evaluado.