Skip to content

Commit e3d5d68

Browse files
authored
Branch was updated using the 'autoupdate branch' Actions workflow.
2 parents fe9c391 + fffda29 commit e3d5d68

File tree

3 files changed

+11
-4
lines changed

3 files changed

+11
-4
lines changed

content/github/building-a-strong-community/creating-a-default-community-health-file.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ You cannot create a default license file. License files must be added to individ
4444
![Owner drop-down menu](/assets/images/help/repository/create-repository-owner.png)
4545
3. Type **.github** as the name for your repository, and an optional description.
4646
![Create repository field](/assets/images/help/repository/default-file-repository-name.png)
47-
4. Choose to make the repository public.
47+
4. Make sure the repository status is set to **Public** (a repository for default files cannot be private).
4848
![Radio buttons to select private or public status](/assets/images/help/repository/create-repository-public-private.png)
4949
{% data reusables.repositories.initialize-with-readme %}
5050
{% data reusables.repositories.create-repo %}

content/github/creating-cloning-and-archiving-repositories/about-code-owners.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,8 @@ docs/* [email protected]
7878
apps/ @octocat
7979
8080
# In this example, @doctocat owns any file in the `/docs`
81-
# directory in the root of your repository.
81+
# directory in the root of your repository and any of its
82+
# subdirectories.
8283
/docs/ @doctocat
8384
```
8485

content/github/managing-your-work-on-github/linking-a-pull-request-to-an-issue.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,15 @@ versions:
1111
enterprise-server: '*'
1212
---
1313

14+
{% note %}
15+
16+
**Note:** The special keywords in a pull request description are interpreted when the pull request targets the repository's *default* branch. However, if the PR's base is *any other branch*, then these keywords are ignored, no links are created and merging the PR has no effect on the issues. **If you want to link a pull request to an issue using a keyword, the PR must be on the default branch.**
17+
18+
{% endnote %}
19+
1420
### About linked issues and pull requests
1521

16-
You can link an issue to a pull request {% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "[email protected]" %}manually or {% endif %}using a supported keyword in the pull request description.
22+
You can link an issue to a pull request {% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "[email protected]" %}manually or {% endif %}using a supported keyword in the pull request description.
1723

1824
When you link a pull request to the issue the pull request addresses, collaborators can see that someone is working on the issue. {% if currentVersion ver_lt "[email protected]" %}If the pull request and the issue are in different repositories, {% data variables.product.product_name %} will display the link after the pull request is merged, if the person who merges the pull request also has permission to close the issue.{% endif %}
1925

@@ -37,7 +43,7 @@ You can manually link up to ten issues to each pull request. The issue and pull
3743

3844
### Linking a pull request to an issue using a keyword
3945

40-
You can link a pull request to an issue by using a supported keyword in the pull request's description.
46+
You can link a pull request to an issue by using a supported keyword in the pull request's description or in a commit message (please note that the pull request must be on the default branch).
4147

4248
* close
4349
* closes

0 commit comments

Comments
 (0)