Skip to content

Commit 998fc91

Browse files
authored
Merge pull request #25422 from github/repo-sync
repo sync
2 parents e0c46ab + 201f6a2 commit 998fc91

File tree

9 files changed

+22
-23
lines changed

9 files changed

+22
-23
lines changed

.github/workflows/close-on-invalid-label.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
name: Close issue/PR on adding invalid label
22

3+
# **What it does**: This action closes invalid pull requests in the open-source repository.
4+
# **Why we have it**: We get lots of spam in the open-source repository.
5+
# **Who does it impact**: Open-source contributors.
6+
37
on:
48
issues:
59
types: [labeled]

.github/workflows/triage-issue-comments.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
name: Triage new issue comments
22

3-
# **What it does**:
4-
# **Why we have it**:
5-
# **Who does it impact**:
3+
# **What it does**: Adds label triage to new issue comments in the open source repository.
4+
# **Why we have it**: Update open source project board for review.
5+
# **Who does it impact**: Docs open source.
66

77
on:
88
issue_comment:

.github/workflows/triage-issues.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
name: Triage new issues
22

3-
# **What it does**:
4-
# **Why we have it**:
5-
# **Who does it impact**:
3+
# **What it does**: Add the 'triage' label to new issues in the open source repository.
4+
# **Why we have it**: We want to make sure that new issues are triaged and assigned to the right team.
5+
# **Who does it impact**: Docs open source.
66

77
on:
88
issues:

.github/workflows/triage-pull-requests.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
name: Triage new pull requests
22

3-
# **What it does**:
4-
# **Why we have it**:
5-
# **Who does it impact**:
3+
# **What it does**: Adds triage label to new pull requests in the open source repository.
4+
# **Why we have it**: Update project board for new pull requests for triage.
5+
# **Who does it impact**: Docs open source.
66

77
on:
88
pull_request_target:

README.md

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -41,12 +41,7 @@ In addition to the README you're reading right now, this repo includes other REA
4141
- [data/README.md](data/README.md)
4242
- [data/reusables/README.md](data/reusables/README.md)
4343
- [data/variables/README.md](data/variables/README.md)
44-
- [components/README.md](components/README.md)
45-
- [lib/liquid-tags/README.md](lib/liquid-tags/README.md)
46-
- [middleware/README.md](middleware/README.md)
47-
- [script/README.md](script/README.md)
48-
- [stylesheets/README.md](stylesheets/README.md)
49-
- [tests/README.md](tests/README.md)
44+
- [src/README.md](src/README.md)
5045

5146
## License
5247

data/graphql/ghec/schema.docs.graphql

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31646,7 +31646,7 @@ type ProjectV2Item implements Node {
3164631646
databaseId: Int
3164731647

3164831648
"""
31649-
A specific field value given a field name
31649+
The field value of the first project field which matches the 'name' argument that is set on the item.
3165031650
"""
3165131651
fieldValueByName(
3165231652
"""
@@ -31656,7 +31656,7 @@ type ProjectV2Item implements Node {
3165631656
): ProjectV2ItemFieldValue
3165731657

3165831658
"""
31659-
List of field values
31659+
The field values that are set on the item.
3166031660
"""
3166131661
fieldValues(
3166231662
"""

data/graphql/schema.docs.graphql

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31646,7 +31646,7 @@ type ProjectV2Item implements Node {
3164631646
databaseId: Int
3164731647

3164831648
"""
31649-
A specific field value given a field name
31649+
The field value of the first project field which matches the 'name' argument that is set on the item.
3165031650
"""
3165131651
fieldValueByName(
3165231652
"""
@@ -31656,7 +31656,7 @@ type ProjectV2Item implements Node {
3165631656
): ProjectV2ItemFieldValue
3165731657

3165831658
"""
31659-
List of field values
31659+
The field values that are set on the item.
3166031660
"""
3166131661
fieldValues(
3166231662
"""

src/graphql/data/fpt/schema.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43897,7 +43897,7 @@
4389743897
},
4389843898
{
4389943899
"name": "fieldValueByName",
43900-
"description": "<p>A specific field value given a field name.</p>",
43900+
"description": "<p>The field value of the first project field which matches the<code>name</code>argument that is set on the item.</p>",
4390143901
"type": "ProjectV2ItemFieldValue",
4390243902
"id": "projectv2itemfieldvalue",
4390343903
"kind": "unions",
@@ -43917,7 +43917,7 @@
4391743917
},
4391843918
{
4391943919
"name": "fieldValues",
43920-
"description": "<p>List of field values.</p>",
43920+
"description": "<p>The field values that are set on the item.</p>",
4392143921
"type": "ProjectV2ItemFieldValueConnection!",
4392243922
"id": "projectv2itemfieldvalueconnection",
4392343923
"kind": "objects",

src/graphql/data/ghec/schema.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43897,7 +43897,7 @@
4389743897
},
4389843898
{
4389943899
"name": "fieldValueByName",
43900-
"description": "<p>A specific field value given a field name.</p>",
43900+
"description": "<p>The field value of the first project field which matches the<code>name</code>argument that is set on the item.</p>",
4390143901
"type": "ProjectV2ItemFieldValue",
4390243902
"id": "projectv2itemfieldvalue",
4390343903
"kind": "unions",
@@ -43917,7 +43917,7 @@
4391743917
},
4391843918
{
4391943919
"name": "fieldValues",
43920-
"description": "<p>List of field values.</p>",
43920+
"description": "<p>The field values that are set on the item.</p>",
4392143921
"type": "ProjectV2ItemFieldValueConnection!",
4392243922
"id": "projectv2itemfieldvalueconnection",
4392343923
"kind": "objects",

0 commit comments

Comments
 (0)