Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
Show all changes
29 commits
Select commit Hold shift + click to select a range
6bc69d7
remove mentions of GitHub ONE
mchammer01 Apr 8, 2021
47e5128
Merge branch 'main' into 4169-remove-github-one
mchammer01 Apr 8, 2021
4b36a1e
fix incorrect punctuationW
mchammer01 Apr 8, 2021
bb53099
Merge branch '4169-remove-github-one' of github.com:github/docs-inter…
mchammer01 Apr 8, 2021
634d3d5
remove hardcoded instances
mchammer01 Apr 8, 2021
58189f3
Merge branch 'main' into 4169-remove-github-one
mchammer01 Apr 8, 2021
8c1fd04
removing github insights reusable and references to it per https://gi…
timeyoutakeit Apr 9, 2021
5fe8bd9
Merge branch 'main' into 4169-remove-github-one
timeyoutakeit Apr 9, 2021
bcac786
Merge branch 'main' into 4169-remove-github-one
timeyoutakeit Apr 9, 2021
b1b21fd
removing variable and replacing with term as this is the only referen…
timeyoutakeit Apr 9, 2021
cd1119e
removing github one
timeyoutakeit Apr 9, 2021
e8a65db
hydro: allow grouping of response stats by code
mikesurowiec Apr 10, 2021
d46428d
repo sync
Octomerger Apr 12, 2021
e04ede2
Merge branch 'main' into 4169-remove-github-one
mchammer01 Apr 12, 2021
a59306d
Clarify advice on changes to translations (#18685)
felicitymay Apr 12, 2021
ea31ef4
repo sync
Octomerger Apr 12, 2021
f045337
reinstate variable product name and insights reusable
mchammer01 Apr 12, 2021
a11906e
reinstate old (live) site-policy articles
mchammer01 Apr 12, 2021
6eef0aa
reinstate in original location
mchammer01 Apr 12, 2021
45b79fb
Merge branch 'main' into 4169-remove-github-one
mchammer01 Apr 12, 2021
eb1ab1b
No How We Work automation for github/docs (#18697)
chiedo Apr 12, 2021
4117c67
Merge branch 'main' into 4169-remove-github-one
mchammer01 Apr 12, 2021
e5400a0
Merge pull request #18638 from github/4169-remove-github-one
mchammer01 Apr 12, 2021
ba8aa85
Merge branch 'main' into fix-hydro-event-tags
mikesurowiec Apr 12, 2021
8af652f
Merge pull request #18693 from github/fix-hydro-event-tags
mikesurowiec Apr 12, 2021
504193f
Use official auto-merge for repo-sync PRs (attempt #2) (#18628)
JamesMGreene Apr 12, 2021
35c76c5
Branch was updated using the 'autoupdate branch' Actions workflow.
Octomerger Apr 12, 2021
37cd5e6
repo sync
Octomerger Apr 12, 2021
86cf41e
repo sync
Octomerger Apr 12, 2021
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
remove hardcoded instances
  • Loading branch information
mchammer01 committed Apr 8, 2021
commit 634d3d5b3c68c43b89f329d00bb06cb36dd7dbe8
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,13 @@ If you need to share workflows and other {% data variables.product.prodname_acti

### Creating a workflow template

Workflow templates can be created by users with write access to the organization's `.github` repository. The templates can then be used by organization members who have permission to create workflows. Workflow templates can be used to create new workflows in an organizations' public repositories; to use templates to create workflows in private repositories, the organization must be part of an enterprise or GitHub One plan.
Workflow templates can be created by users with write access to the organization's `.github` repository. The templates can then be used by organization members who have permission to create workflows. Workflow templates can be used to create new workflows in an organizations' public repositories; to use templates to create workflows in private repositories, the organization must be part of an enterprise plan.

This procedure demonstrates how to create a workflow template and metadata file. The metadata file describes how the template is presented to users when they are creating a new workflow.

1. If it doesn't already exist, create a new public repository named `.github` in your organization.
1. Create a directory named `workflow-templates`.
1. Create your new workflow file inside the `workflow-templates` directory.
2. Create a directory named `workflow-templates`.
3. Create your new workflow file inside the `workflow-templates` directory.

If you need to refer to a repository's default branch, you can use the `$default-branch` placeholder. When a workflow is created using your template, the placeholder will be automatically replaced with the name of the repository's default branch.

Expand All @@ -52,7 +52,7 @@ This procedure demonstrates how to create a workflow template and metadata file.
- name: Run a one-line script
run: echo Hello from Octo Organization
```
1. Create a metadata file inside the `workflow-templates` directory. The metadata file must have the same name as the workflow file, but instead of the `.yml` extension, it must be appended with `.properties.json`. For example, this file named `octo-organization-ci.properties.json` contains the metadata for a workflow file named `octo-organization-ci.yml`:
4. Create a metadata file inside the `workflow-templates` directory. The metadata file must have the same name as the workflow file, but instead of the `.yml` extension, it must be appended with `.properties.json`. For example, this file named `octo-organization-ci.properties.json` contains the metadata for a workflow file named `octo-organization-ci.yml`:
```yaml
{
"name": "Octo Organization Workflow",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ BY CLICKING THE "I AGREE" OR SIMILAR BUTTON OR BY USING ANY OF THE PRODUCTS (DEF

This Agreement applies to the following GitHub offerings, as further defined below (collectively, the **"Products"**):

- GitHub Enterprise (comprised of GitHub Enterprise Server, which may include Add-On Software, and GitHub Enterprise Cloud) and GitHub One;
- GitHub Enterprise (comprised of GitHub Enterprise Server, which may include Add-On Software, and GitHub Enterprise Cloud);

- Any Beta Previews;

Expand Down Expand Up @@ -406,8 +406,6 @@ Some Service features may be subject to additional terms as set forth in the [Gi

**"GitHub Insights"** or **“Insights”** means the Software feature which provides Customer with metrics, analytics, and recommendations relating to their use of the Software. GitHub Insights does not include legacy features of GitHub including Organization insights and repository insights.

**“GitHub One”** means the Product bundle which includes GitHub Enterprise, Advanced Security, Insights, Learning Lab for Enterprise Server, and Premium Plus or Engineering Direct Support.

**"Learning Lab for Enterprise Server"** means the Software feature that enables Users to learn about GitHub functionality, including associated Documentation.

**"License Key"** means the data file used by the Software's access control mechanism that allows Customer to install, operate, and use the Software.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ The following GitHub Supplemental Terms (including any applicable Order Forms) s

These Supplemental Terms apply to the following GitHub Offerings, as further defined below (collectively, the "**Products**"):

- GitHub Enterprise (comprised of GitHub Enterprise Server, which may include Add-on Software, and GitHub Enterprise Cloud) and GitHub One;
- GitHub Enterprise (comprised of GitHub Enterprise Server, which may include Add-on Software, and GitHub Enterprise Cloud);

- Any related Support; and

Expand Down Expand Up @@ -274,8 +274,6 @@ In the event of a conflict between the Supplemental Terms, on one hand, and an O

**"GitHub Insights"** or **“Insights”** means the Software feature which provides Customer with metrics, analytics, and recommendations relating to their use of the Software. GitHub Insights does not include legacy features of GitHub including organization insights and repository insights.

**“GitHub One”** means the Product bundle which includes GitHub Enterprise, Advanced Security, Insights, Learning Lab for Enterprise Server, and Premium Plus or Engineering Direct Support.

**"Learning Lab for Enterprise Server"** means the Software feature that enables Users to learn about GitHub functionality, including associated Documentation.

**"License Key"** means the data file used by the Software's access control mechanism that allows Customer to install, operate, and use the Software.
Expand Down