1
0
mirror of synced 2025-12-25 02:17:36 -05:00

creates internal repo version and adds to articles

This commit is contained in:
Jules Parker
2021-11-24 08:22:56 +01:00
parent b3f4c16f4b
commit 68b1bfb11e
17 changed files with 27 additions and 22 deletions

View File

@@ -43,7 +43,7 @@ You can filter by the visibility of the repository containing the discussions us
| Qualifier | Example
| :- | :- |{% ifversion fpt or ghes or ghec %}
| `is:public` | [**is:public**](https://github.com/search?q=is%3Apublic&type=Discussions) matches discussions in public repositories.{% endif %}{% ifversion not fpt %}
| `is:public` | [**is:public**](https://github.com/search?q=is%3Apublic&type=Discussions) matches discussions in public repositories.{% endif %}{% ifversion internal-repositories %}
| `is:internal` | [**is:internal**](https://github.com/search?q=is%3Ainternal&type=Discussions) matches discussions in internal repositories.{% endif %}
| `is:private` | [**is:private tiramisu**](https://github.com/search?q=is%3Aprivate+tiramisu&type=Discussions) matches discussions that contain the word "tiramisu" in private repositories you can access.