Skip to content

Commit 804bff9

Browse files
authored
Merge branch 'main' into code-scanning-debug-logs
2 parents 49e5e5c + 82ed7fd commit 804bff9

17 files changed

Lines changed: 165 additions & 10 deletions

File tree

.github/workflows/close-external-repo-sync-prs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ on:
1111
jobs:
1212
invalid-repo-sync-check:
1313
name: Close external Repo Sync PRs
14-
if: ${{ github.repository == 'github/docs' && github.ref == 'refs/heads/repo-sync' }}
14+
if: ${{ github.repository == 'github/docs' && github.head_ref == 'repo-sync' }}
1515
runs-on: ubuntu-latest
1616
steps:
1717
- uses: actions/github-script@626af12fe9a53dc2972b48385e7fe7dec79145c9

data/graphql/ghae/schema.docs-ghae.graphql

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2132,6 +2132,16 @@ type CheckRun implements Node & UniformResourceLocatable {
21322132
externalId: String
21332133
id: ID!
21342134

2135+
"""
2136+
Whether this check run is required to pass before merging.
2137+
"""
2138+
isRequired(
2139+
"""
2140+
The pull request this check is required for
2141+
"""
2142+
pullRequestId: ID!
2143+
): Boolean!
2144+
21352145
"""
21362146
The name of the check for this check run.
21372147
"""
@@ -31869,6 +31879,16 @@ type StatusContext implements Node {
3186931879
description: String
3187031880
id: ID!
3187131881

31882+
"""
31883+
Whether this status is required to pass before merging.
31884+
"""
31885+
isRequired(
31886+
"""
31887+
The pull request this status is required for
31888+
"""
31889+
pullRequestId: ID!
31890+
): Boolean!
31891+
3187231892
"""
3187331893
The state of this status context.
3187431894
"""

data/graphql/schema.docs.graphql

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2222,6 +2222,16 @@ type CheckRun implements Node & UniformResourceLocatable {
22222222
externalId: String
22232223
id: ID!
22242224

2225+
"""
2226+
Whether this check run is required to pass before merging.
2227+
"""
2228+
isRequired(
2229+
"""
2230+
The pull request this check is required for
2231+
"""
2232+
pullRequestId: ID!
2233+
): Boolean!
2234+
22252235
"""
22262236
The name of the check for this check run.
22272237
"""
@@ -34802,6 +34812,16 @@ type StatusContext implements Node {
3480234812
description: String
3480334813
id: ID!
3480434814

34815+
"""
34816+
Whether this status is required to pass before merging.
34817+
"""
34818+
isRequired(
34819+
"""
34820+
The pull request this status is required for
34821+
"""
34822+
pullRequestId: ID!
34823+
): Boolean!
34824+
3480534825
"""
3480634826
The state of this status context.
3480734827
"""

data/release-notes/2-21/0.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,3 +69,4 @@ sections:
6969
- 'When "Users can search GitHub.com" is enabled with GitHub Connect, issues in private and internal repositories are not included in GitHub.com search results. {% comment %} https://github.com/github/admin-experience/issues/571 {% endcomment %}'
7070
- 'Security alerts are not reported when pushing to a repository on the command line. (updated 2020-06-23) {% comment %} https://github.com/github/github/issues/143190 {% endcomment %}'
7171
- 'Audit logs may be attributed to 127.0.0.1 instead of the actual source IP address. (updated 2020-11-02) {% comment %} https://github.com/github/enterprise2/issues/21514 {% endcomment %}'
72+
- "Configuring a repository's permission to `Triage` or `Maintain` fails with an error message."

data/release-notes/2-21/1.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,3 +17,4 @@ sections:
1717
- 'When "Users can search GitHub.com" is enabled with GitHub Connect, issues in private and internal repositories are not included in GitHub.com search results. {% comment %} https://github.com/github/admin-experience/issues/571 {% endcomment %}'
1818
- 'Security alerts are not reported when pushing to a repository on the command line. {% comment %} https://github.com/github/github/issues/143190 {% endcomment %}'
1919
- 'Audit logs may be attributed to 127.0.0.1 instead of the actual source IP address. (updated 2020-11-02) {% comment %} https://github.com/github/enterprise2/issues/21514 {% endcomment %}'
20+
- "Configuring a repository's permission to `Triage` or `Maintain` fails with an error message."

data/release-notes/2-21/2.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,3 +17,4 @@ sections:
1717
- 'When "Users can search GitHub.com" is enabled with GitHub Connect, issues in private and internal repositories are not included in GitHub.com search results. {% comment %} https://github.com/github/admin-experience/issues/571 {% endcomment %}'
1818
- 'Security alerts are not reported when pushing to a repository on the command line. {% comment %} https://github.com/github/github/issues/143190 {% endcomment %}'
1919
- 'Audit logs may be attributed to 127.0.0.1 instead of the actual source IP address. (updated 2020-11-02) {% comment %} https://github.com/github/enterprise2/issues/21514 {% endcomment %}'
20+
- "Configuring a repository's permission to `Triage` or `Maintain` fails with an error message."

data/release-notes/2-21/3.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,3 +14,4 @@ sections:
1414
- 'When "Users can search GitHub.com" is enabled with GitHub Connect, issues in private and internal repositories are not included in GitHub.com search results. {% comment %} https://github.com/github/admin-experience/issues/571 {% endcomment %}'
1515
- 'Security alerts are not reported when pushing to a repository on the command line. {% comment %} https://github.com/github/github/issues/143190 {% endcomment %}'
1616
- 'Audit logs may be attributed to 127.0.0.1 instead of the actual source IP address. (updated 2020-11-02) {% comment %} https://github.com/github/enterprise2/issues/21514 {% endcomment %}'
17+
- "Configuring a repository's permission to `Triage` or `Maintain` fails with an error message."

data/release-notes/2-21/4.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,3 +24,4 @@ sections:
2424
- 'When "Users can search GitHub.com" is enabled with GitHub Connect, issues in private and internal repositories are not included in GitHub.com search results. {% comment %} https://github.com/github/admin-experience/issues/571 {% endcomment %}'
2525
- 'Security alerts are not reported when pushing to a repository on the command line. {% comment %} https://github.com/github/github/issues/143190 {% endcomment %}'
2626
- 'Audit logs may be attributed to 127.0.0.1 instead of the actual source IP address. (updated 2020-11-02) {% comment %} https://github.com/github/enterprise2/issues/21514 {% endcomment %}'
27+
- "Configuring a repository's permission to `Triage` or `Maintain` fails with an error message."

data/release-notes/2-21/5.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,3 +12,4 @@ sections:
1212
- 'When "Users can search GitHub.com" is enabled with GitHub Connect, issues in private and internal repositories are not included in GitHub.com search results. {% comment %} https://github.com/github/admin-experience/issues/571 {% endcomment %}'
1313
- 'Security alerts are not reported when pushing to a repository on the command line. {% comment %} https://github.com/github/github/issues/143190 {% endcomment %}'
1414
- 'Audit logs may be attributed to 127.0.0.1 instead of the actual source IP address. (updated 2020-11-02) {% comment %} https://github.com/github/enterprise2/issues/21514 {% endcomment %}'
15+
- "Configuring a repository's permission to `Triage` or `Maintain` fails with an error message."

data/release-notes/2-21/6.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,3 +24,4 @@ sections:
2424
- 'When "Users can search GitHub.com" is enabled with GitHub Connect, issues in private and internal repositories are not included in GitHub.com search results. {% comment %} https://github.com/github/admin-experience/issues/571 {% endcomment %}'
2525
- 'Security alerts are not reported when pushing to a repository on the command line. {% comment %} https://github.com/github/github/issues/143190 {% endcomment %}'
2626
- 'Audit logs may be attributed to 127.0.0.1 instead of the actual source IP address. (updated 2020-11-02) {% comment %} https://github.com/github/enterprise2/issues/21514 {% endcomment %}'
27+
- "Configuring a repository's permission to `Triage` or `Maintain` fails with an error message."

0 commit comments

Comments
 (0)