You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/actions/managing-workflow-runs/adding-a-workflow-status-badge.md
+7-28Lines changed: 7 additions & 28 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,52 +12,31 @@ versions:
12
12
13
13
{% data reusables.repositories.actions-workflow-status-badge-into %}
14
14
15
-
If your workflow uses the `name` keyword, you must reference the workflow by name. If the name of your workflow contains white space, you'll need to replace the space with the URL encoded string `%20`. For more information about the `name` keyword, see "[Workflow syntax for {% data variables.product.prodname_actions %}](/articles/workflow-syntax-for-github-actions#name)."
15
+
You reference the workflow by the name of your workflow file.
Alternatively, if your workflow doesn't have a `name`, you must reference the workflow file using the file path relative to the repository's root directory.
22
-
23
-
{% note %}
24
-
25
-
**Note:** Referencing the workflow file using the file path does not work if the workflow has a `name`.
This Markdown example adds a status badge for a workflow with the name "Greet Everyone." The `OWNER` of the repository is the `actions` organization and the `REPOSITORY` name is `hello-world`.
This Markdown example adds a status badge for a workflow with the file path `.github/workflows/main.yml`. The `OWNER` of the repository is the `actions` organization and the `REPOSITORY` name is `hello-world`.
22
+
This Markdown example adds a status badge for a workflow with the file path `.github/workflows/main.yml`. The `OWNER` of the repository is the `github` organization and the `REPOSITORY` name is `docs`.
**Note:** When a deployment status's state is set to `inactive`, a webhook event will not be created.
283
+
284
+
{% endnote %}
285
+
274
286
#### `fork`
275
287
276
288
Runs your workflow anytime when someone forks a repository, which triggers the `fork` event. For information about the REST API, see "[Create a fork](/rest/reference/repos#create-a-fork)."
Copy file name to clipboardExpand all lines: content/github/managing-your-work-on-github/assigning-issues-and-pull-requests-to-other-github-users.md
+17-1Lines changed: 17 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,13 +11,29 @@ versions:
11
11
12
12
Anyone with write permissions to a repository can assign issues and pull requests.
13
13
14
+
### About issue and pull request assignees
15
+
14
16
You can assign up to 10 people to each issue or pull request, including yourself, anyone who has commented on the issue or pull request, anyone with write permissions to the repository, and organization members with read permissions to the repository. For more information, see "[Access permissions on {% data variables.product.prodname_dotcom %}](/articles/access-permissions-on-github)."
15
17
18
+
### Assigning an individual issue or pull request
19
+
20
+
{% data reusables.repositories.navigate-to-repo %}
21
+
{% data reusables.repositories.sidebar-issue-pr %}
22
+
3. Open the issue or pull request that you want to assign to someone.
23
+
4. If no one is assigned to an issue or pull request, click **assign yourself** to assign yourself.

27
+
6. To assign the issue or pull request to a user, start typing their username, then click their name when it appears. You can select and add up to ten assignees to an issue or pull request.
5. To assign the items to a user, start typing their username, then click their name when it appears. You can select and add up to ten assignees to an issue or pull request.
Copy file name to clipboardExpand all lines: content/github/site-policy/github-additional-product-terms.md
+18-3Lines changed: 18 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@ versions:
4
4
free-pro-team: '*'
5
5
---
6
6
7
-
Version Effective Date: December 14, 2020
7
+
Version Effective Date: February 22, 2021
8
8
9
9
When you create an Account, you're given access to lots of different features and products that are all a part of the Service. Because many of these features and products offer different functionality, they may require additional terms and conditions specific to that feature or product. Below, we've listed those features and products, along with the corresponding additional terms that apply to your use of them.
10
10
@@ -39,9 +39,24 @@ If you enable Git Large File Storage ("Git LFS") on your Account, you'll be able
39
39
40
40
### 4. Pages
41
41
42
-
Each Account comes with access to the [GitHub Pages static hosting service](/github/working-with-github-pages/about-github-pages). This hosting service is intended to host static web pages for All Users, but primarily as a showcase for personal and organizational projects. Some monetization efforts are permitted on Pages, such as donation buttons and crowdfunding links.
42
+
Each Account comes with access to the [GitHub Pages static hosting service](/github/working-with-github-pages/about-github-pages). This hosting service is intended to host static web pages for All Users, but primarily as a showcase for personal and organizational projects.
43
43
44
-
GitHub Pages are subject to some specific bandwidth and usage limits, and may not be appropriate for some high-bandwidth uses or other prohibited uses. Please see our [GitHub Pages guidelines](/github/working-with-github-pages/about-github-pages) for more information. GitHub reserves the right at all times to reclaim any GitHub subdomain without liability.
44
+
GitHub Pages is not intended for or allowed to be used as a free web hosting service to run your online business, e-commerce site, or any other website that is primarily directed at either facilitating commercial transactions or providing commercial software as a service (SaaS). Some monetization efforts are permitted on Pages, such as donation buttons and crowdfunding links.
45
+
46
+
#### a. Bandwidth and Usage Limits
47
+
GitHub Pages are subject to some specific bandwidth and usage limits, and may not be appropriate for some high-bandwidth uses. Please see our [GitHub Pages guidelines](/github/working-with-github-pages/about-github-pages) for more information.
48
+
49
+
#### b. Prohibited Uses
50
+
Prohibited uses of GitHub Pages include
51
+
- Content or activity that is illegal or otherwise prohibited by our [Terms of Service](/github/site-policy/github-terms-of-service), [Acceptable Use Policies](/github/site-policy/github-acceptable-use-policies) or [Community Guidelines](/github/site-policy/github-community-guidelines)
52
+
- Violent or threatening content or activity
53
+
- Excessive automated bulk activity (for example, spamming)
54
+
- Activity that compromises GitHub users or GitHub services
55
+
- Get-rich-quick schemes
56
+
- Sexually obscene content
57
+
- Content that misrepresents your identity or site purpose
58
+
59
+
If you have questions about whether your use or intended use falls into these categories, please contact [GitHub Support](https://support.github.com/contact) or [GitHub Premium Support](https://premium.githubsupport.com/). GitHub reserves the right at all times to reclaim any GitHub subdomain without liability.
0 commit comments