Skip to content

Commit 1234426

Browse files
committed
Versions internal repo out of search filter articles for FPT
1 parent 8784220 commit 1234426

6 files changed

Lines changed: 10 additions & 11 deletions

File tree

71.2 KB
Loading

content/organizations/managing-organization-settings/restricting-repository-creation-in-your-organization.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,11 +27,10 @@ Organization owners can always create any type of repository.
2727

2828
{% endwarning %}
2929

30-
{% data reusables.organizations.internal-repos-enterprise %}
31-
3230
{% data reusables.profile.access_org %}
3331
{% data reusables.profile.org_settings %}
3432
{% data reusables.organizations.member-privileges %}
35-
5. Under "Repository creation", select one or more options.
36-
![Repository creation options](/assets/images/help/organizations/repo-creation-perms-radio-buttons.png)
33+
5. Under "Repository creation", select one or more options.{% ifversion not fpt %}
34+
![Repository creation options](/assets/images/help/organizations/repo-creation-perms-radio-buttons.png){% endif %}{% ifversion fpt %}
35+
![Repository creation options](/assets/images/help/organizations/repo-creation-perms-radio-buttons-fpt.png){% endif %}
3736
6. Click **Save**.

content/search-github/searching-on-github/searching-commits.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -106,8 +106,8 @@ The `is` qualifier matches commits from repositories with the specified visibili
106106

107107
| Qualifier | Example
108108
| ------------- | ------------- |{% ifversion fpt or ghes or ghec %}
109-
| `is:public` | [**is:public**](https://github.com/search?q=is%3Apublic&type=Commits) matches commits to public repositories.{% endif %}
110-
| `is:internal` | [**is:internal**](https://github.com/search?q=is%3Ainternal&type=Commits) matches commits to internal repositories.
109+
| `is:public` | [**is:public**](https://github.com/search?q=is%3Apublic&type=Commits) matches commits to public repositories.{% endif %}{% ifversion not fpt %}
110+
| `is:internal` | [**is:internal**](https://github.com/search?q=is%3Ainternal&type=Commits) matches commits to internal repositories.{% endif %}
111111
| `is:private` | [**is:private**](https://github.com/search?q=is%3Aprivate&type=Commits) matches commits to private repositories.
112112

113113
## Further reading

content/search-github/searching-on-github/searching-discussions.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,8 @@ You can filter by the visibility of the repository containing the discussions us
4343

4444
| Qualifier | Example
4545
| :- | :- |{% ifversion fpt or ghes or ghec %}
46-
| `is:public` | [**is:public**](https://github.com/search?q=is%3Apublic&type=Discussions) matches discussions in public repositories.{% endif %}
47-
| `is:internal` | [**is:internal**](https://github.com/search?q=is%3Ainternal&type=Discussions) matches discussions in internal repositories.
46+
| `is:public` | [**is:public**](https://github.com/search?q=is%3Apublic&type=Discussions) matches discussions in public repositories.{% endif %}{% ifversion not fpt %}
47+
| `is:internal` | [**is:internal**](https://github.com/search?q=is%3Ainternal&type=Discussions) matches discussions in internal repositories.{% endif %}
4848
| `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.
4949

5050
## Search by author

content/search-github/searching-on-github/searching-for-repositories.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -149,8 +149,8 @@ You can filter your search based on the visibility of the repositories. For more
149149

150150
| Qualifier | Example
151151
| ------------- | ------------- |{% ifversion fpt or ghes or ghec %}
152-
| `is:public` | [**is:public org:github**](https://github.com/search?q=is%3Apublic+org%3Agithub&type=Repositories) matches public repositories owned by {% data variables.product.company_short %}.{% endif %}
153-
| `is:internal` | [**is:internal test**](https://github.com/search?q=is%3Ainternal+test&type=Repositories) matches internal repositories that you can access and contain the word "test".
152+
| `is:public` | [**is:public org:github**](https://github.com/search?q=is%3Apublic+org%3Agithub&type=Repositories) matches public repositories owned by {% data variables.product.company_short %}.{% endif %}{% ifversion ghes or ghec %}
153+
| `is:internal` | [**is:internal test**](https://github.com/search?q=is%3Ainternal+test&type=Repositories) matches internal repositories that you can access and contain the word "test".{% endif %}
154154
| `is:private` | [**is:private pages**](https://github.com/search?q=is%3Aprivate+pages&type=Repositories) matches private repositories that you can access and contain the word "pages."
155155

156156
{% ifversion fpt or ghec %}

content/search-github/searching-on-github/searching-issues-and-pull-requests.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ You can filter by the visibility of the repository containing the issues and pul
8080

8181
| Qualifier | Example
8282
| ------------- | ------------- |{% ifversion fpt or ghes or ghec %}
83-
| `is:public` | [**is:public**](https://github.com/search?q=is%3Apublic&type=Issues) matches issues and pull requests in public repositories.{% endif %}{% ifversion fpt or ghes or ghae or ghec %}
83+
| `is:public` | [**is:public**](https://github.com/search?q=is%3Apublic&type=Issues) matches issues and pull requests in public repositories.{% endif %}{% ifversion ghes or ghae or ghec %}
8484
| `is:internal` | [**is:internal**](https://github.com/search?q=is%3Ainternal&type=Issues) matches issues and pull requests in internal repositories.{% endif %}
8585
| `is:private` | [**is:private cupcake**](https://github.com/search?q=is%3Aprivate+cupcake&type=Issues) matches issues and pull requests that contain the word "cupcake" in private repositories you can access.
8686

0 commit comments

Comments
 (0)