Skip to content

Commit 8f8f2f1

Browse files
authored
run prettier yaml linter (#16509)
1 parent 73e326f commit 8f8f2f1

6 files changed

Lines changed: 1494 additions & 1410 deletions
Lines changed: 112 additions & 104 deletions
Original file line numberDiff line numberDiff line change
@@ -1,106 +1,114 @@
11
---
22
upcoming_changes:
3-
- location: Migration.uploadUrlTemplate
4-
description: "`uploadUrlTemplate` will be removed. Use `uploadUrl` instead."
5-
reason: "`uploadUrlTemplate` is being removed because it is not a standard URL and
6-
adds an extra user step."
7-
date: '2019-04-01T00:00:00+00:00'
8-
criticality: breaking
9-
owner: tambling
10-
- location: AssignedEvent.user
11-
description: "`user` will be removed. Use the `assignee` field instead."
12-
reason: Assignees can now be mannequins.
13-
date: '2020-01-01T00:00:00+00:00'
14-
criticality: breaking
15-
owner: tambling
16-
- location: EnterpriseBillingInfo.availableSeats
17-
description: "`availableSeats` will be removed. Use EnterpriseBillingInfo.totalAvailableLicenses
18-
instead."
19-
reason: "`availableSeats` will be replaced with `totalAvailableLicenses` to provide
20-
more clarity on the value being returned"
21-
date: '2020-01-01T00:00:00+00:00'
22-
criticality: breaking
23-
owner: BlakeWilliams
24-
- location: EnterpriseBillingInfo.seats
25-
description: "`seats` will be removed. Use EnterpriseBillingInfo.totalLicenses instead."
26-
reason: "`seats` will be replaced with `totalLicenses` to provide more clarity on
27-
the value being returned"
28-
date: '2020-01-01T00:00:00+00:00'
29-
criticality: breaking
30-
owner: BlakeWilliams
31-
- location: UnassignedEvent.user
32-
description: "`user` will be removed. Use the `assignee` field instead."
33-
reason: Assignees can now be mannequins.
34-
date: '2020-01-01T00:00:00+00:00'
35-
criticality: breaking
36-
owner: tambling
37-
- location: Sponsorship.maintainer
38-
description: "`maintainer` will be removed. Use `Sponsorship.sponsorable` instead."
39-
reason: "`Sponsorship.maintainer` will be removed."
40-
date: '2020-04-01T00:00:00+00:00'
41-
criticality: breaking
42-
owner: antn
43-
- location: EnterprisePendingMemberInvitationEdge.isUnlicensed
44-
description: "`isUnlicensed` will be removed."
45-
reason: All pending members consume a license
46-
date: '2020-07-01T00:00:00+00:00'
47-
criticality: breaking
48-
owner: BrentWheeldon
49-
- location: EnterpriseOwnerInfo.pendingCollaborators
50-
description: "`pendingCollaborators` will be removed. Use the `pendingCollaboratorInvitations`
51-
field instead."
52-
reason: Repository invitations can now be associated with an email, not only an
53-
invitee.
54-
date: '2020-10-01T00:00:00+00:00'
55-
criticality: breaking
56-
owner: jdennes
57-
- location: Issue.timeline
58-
description: "`timeline` will be removed. Use Issue.timelineItems instead."
59-
reason: "`timeline` will be removed"
60-
date: '2020-10-01T00:00:00+00:00'
61-
criticality: breaking
62-
owner: mikesea
63-
- location: PullRequest.timeline
64-
description: "`timeline` will be removed. Use PullRequest.timelineItems instead."
65-
reason: "`timeline` will be removed"
66-
date: '2020-10-01T00:00:00+00:00'
67-
criticality: breaking
68-
owner: mikesea
69-
- location: RepositoryInvitationOrderField.INVITEE_LOGIN
70-
description: "`INVITEE_LOGIN` will be removed."
71-
reason: "`INVITEE_LOGIN` is no longer a valid field value. Repository invitations
72-
can now be associated with an email, not only an invitee."
73-
date: '2020-10-01T00:00:00+00:00'
74-
criticality: breaking
75-
owner: jdennes
76-
- location: Sponsorship.sponsor
77-
description: "`sponsor` will be removed. Use `Sponsorship.sponsorEntity` instead."
78-
reason: "`Sponsorship.sponsor` will be removed."
79-
date: '2020-10-01T00:00:00+00:00'
80-
criticality: breaking
81-
owner: nholden
82-
- location: EnterpriseMemberEdge.isUnlicensed
83-
description: "`isUnlicensed` will be removed."
84-
reason: All members consume a license
85-
date: '2021-01-01T00:00:00+00:00'
86-
criticality: breaking
87-
owner: BrentWheeldon
88-
- location: EnterpriseOutsideCollaboratorEdge.isUnlicensed
89-
description: "`isUnlicensed` will be removed."
90-
reason: All outside collaborators consume a license
91-
date: '2021-01-01T00:00:00+00:00'
92-
criticality: breaking
93-
owner: BrentWheeldon
94-
- location: EnterprisePendingCollaboratorEdge.isUnlicensed
95-
description: "`isUnlicensed` will be removed."
96-
reason: All pending collaborators consume a license
97-
date: '2021-01-01T00:00:00+00:00'
98-
criticality: breaking
99-
owner: BrentWheeldon
100-
- location: MergeStateStatus.DRAFT
101-
description: "`DRAFT` will be removed. Use PullRequest.isDraft instead."
102-
reason: DRAFT state will be removed from this enum and `isDraft` should be used
103-
instead
104-
date: '2021-01-01T00:00:00+00:00'
105-
criticality: breaking
106-
owner: nplasterer
3+
- location: Migration.uploadUrlTemplate
4+
description: '`uploadUrlTemplate` will be removed. Use `uploadUrl` instead.'
5+
reason:
6+
'`uploadUrlTemplate` is being removed because it is not a standard URL and
7+
adds an extra user step.'
8+
date: '2019-04-01T00:00:00+00:00'
9+
criticality: breaking
10+
owner: tambling
11+
- location: AssignedEvent.user
12+
description: '`user` will be removed. Use the `assignee` field instead.'
13+
reason: Assignees can now be mannequins.
14+
date: '2020-01-01T00:00:00+00:00'
15+
criticality: breaking
16+
owner: tambling
17+
- location: EnterpriseBillingInfo.availableSeats
18+
description:
19+
'`availableSeats` will be removed. Use EnterpriseBillingInfo.totalAvailableLicenses
20+
instead.'
21+
reason:
22+
'`availableSeats` will be replaced with `totalAvailableLicenses` to provide
23+
more clarity on the value being returned'
24+
date: '2020-01-01T00:00:00+00:00'
25+
criticality: breaking
26+
owner: BlakeWilliams
27+
- location: EnterpriseBillingInfo.seats
28+
description: '`seats` will be removed. Use EnterpriseBillingInfo.totalLicenses instead.'
29+
reason:
30+
'`seats` will be replaced with `totalLicenses` to provide more clarity on
31+
the value being returned'
32+
date: '2020-01-01T00:00:00+00:00'
33+
criticality: breaking
34+
owner: BlakeWilliams
35+
- location: UnassignedEvent.user
36+
description: '`user` will be removed. Use the `assignee` field instead.'
37+
reason: Assignees can now be mannequins.
38+
date: '2020-01-01T00:00:00+00:00'
39+
criticality: breaking
40+
owner: tambling
41+
- location: Sponsorship.maintainer
42+
description: '`maintainer` will be removed. Use `Sponsorship.sponsorable` instead.'
43+
reason: '`Sponsorship.maintainer` will be removed.'
44+
date: '2020-04-01T00:00:00+00:00'
45+
criticality: breaking
46+
owner: antn
47+
- location: EnterprisePendingMemberInvitationEdge.isUnlicensed
48+
description: '`isUnlicensed` will be removed.'
49+
reason: All pending members consume a license
50+
date: '2020-07-01T00:00:00+00:00'
51+
criticality: breaking
52+
owner: BrentWheeldon
53+
- location: EnterpriseOwnerInfo.pendingCollaborators
54+
description:
55+
'`pendingCollaborators` will be removed. Use the `pendingCollaboratorInvitations`
56+
field instead.'
57+
reason:
58+
Repository invitations can now be associated with an email, not only an
59+
invitee.
60+
date: '2020-10-01T00:00:00+00:00'
61+
criticality: breaking
62+
owner: jdennes
63+
- location: Issue.timeline
64+
description: '`timeline` will be removed. Use Issue.timelineItems instead.'
65+
reason: '`timeline` will be removed'
66+
date: '2020-10-01T00:00:00+00:00'
67+
criticality: breaking
68+
owner: mikesea
69+
- location: PullRequest.timeline
70+
description: '`timeline` will be removed. Use PullRequest.timelineItems instead.'
71+
reason: '`timeline` will be removed'
72+
date: '2020-10-01T00:00:00+00:00'
73+
criticality: breaking
74+
owner: mikesea
75+
- location: RepositoryInvitationOrderField.INVITEE_LOGIN
76+
description: '`INVITEE_LOGIN` will be removed.'
77+
reason:
78+
'`INVITEE_LOGIN` is no longer a valid field value. Repository invitations
79+
can now be associated with an email, not only an invitee.'
80+
date: '2020-10-01T00:00:00+00:00'
81+
criticality: breaking
82+
owner: jdennes
83+
- location: Sponsorship.sponsor
84+
description: '`sponsor` will be removed. Use `Sponsorship.sponsorEntity` instead.'
85+
reason: '`Sponsorship.sponsor` will be removed.'
86+
date: '2020-10-01T00:00:00+00:00'
87+
criticality: breaking
88+
owner: nholden
89+
- location: EnterpriseMemberEdge.isUnlicensed
90+
description: '`isUnlicensed` will be removed.'
91+
reason: All members consume a license
92+
date: '2021-01-01T00:00:00+00:00'
93+
criticality: breaking
94+
owner: BrentWheeldon
95+
- location: EnterpriseOutsideCollaboratorEdge.isUnlicensed
96+
description: '`isUnlicensed` will be removed.'
97+
reason: All outside collaborators consume a license
98+
date: '2021-01-01T00:00:00+00:00'
99+
criticality: breaking
100+
owner: BrentWheeldon
101+
- location: EnterprisePendingCollaboratorEdge.isUnlicensed
102+
description: '`isUnlicensed` will be removed.'
103+
reason: All pending collaborators consume a license
104+
date: '2021-01-01T00:00:00+00:00'
105+
criticality: breaking
106+
owner: BrentWheeldon
107+
- location: MergeStateStatus.DRAFT
108+
description: '`DRAFT` will be removed. Use PullRequest.isDraft instead.'
109+
reason:
110+
DRAFT state will be removed from this enum and `isDraft` should be used
111+
instead
112+
date: '2021-01-01T00:00:00+00:00'
113+
criticality: breaking
114+
owner: nplasterer
Lines changed: 62 additions & 58 deletions
Original file line numberDiff line numberDiff line change
@@ -1,60 +1,64 @@
11
---
22
upcoming_changes:
3-
- location: Migration.uploadUrlTemplate
4-
description: "`uploadUrlTemplate` will be removed. Use `uploadUrl` instead."
5-
reason: "`uploadUrlTemplate` is being removed because it is not a standard URL and
6-
adds an extra user step."
7-
date: '2019-04-01T00:00:00+00:00'
8-
criticality: breaking
9-
owner: tambling
10-
- location: ContributionOrder.field
11-
description: "`field` will be removed. Only one order field is supported."
12-
reason: "`field` will be removed."
13-
date: '2019-10-01T00:00:00+00:00'
14-
criticality: breaking
15-
owner: dinahshi
16-
- location: Issue.timeline
17-
description: "`timeline` will be removed. Use Issue.timelineItems instead."
18-
reason: "`timeline` will be removed"
19-
date: '2019-10-01T00:00:00+00:00'
20-
criticality: breaking
21-
owner: mikesea
22-
- location: Organization.pinnedRepositories
23-
description: "`pinnedRepositories` will be removed. Use ProfileOwner.pinnedItems
24-
instead."
25-
reason: pinnedRepositories will be removed
26-
date: '2019-10-01T00:00:00+00:00'
27-
criticality: breaking
28-
owner: cheshire137
29-
- location: PullRequest.timeline
30-
description: "`timeline` will be removed. Use PullRequest.timelineItems instead."
31-
reason: "`timeline` will be removed"
32-
date: '2019-10-01T00:00:00+00:00'
33-
criticality: breaking
34-
owner: mikesea
35-
- location: RepositoryOwner.pinnedRepositories
36-
description: "`pinnedRepositories` will be removed. Use ProfileOwner.pinnedItems
37-
instead."
38-
reason: pinnedRepositories will be removed
39-
date: '2019-10-01T00:00:00+00:00'
40-
criticality: breaking
41-
owner: cheshire137
42-
- location: User.pinnedRepositories
43-
description: "`pinnedRepositories` will be removed. Use ProfileOwner.pinnedItems
44-
instead."
45-
reason: pinnedRepositories will be removed
46-
date: '2019-10-01T00:00:00+00:00'
47-
criticality: breaking
48-
owner: cheshire137
49-
- location: AssignedEvent.user
50-
description: "`user` will be removed. Use the `assignee` field instead."
51-
reason: Assignees can now be mannequins.
52-
date: '2020-01-01T00:00:00+00:00'
53-
criticality: breaking
54-
owner: tambling
55-
- location: UnassignedEvent.user
56-
description: "`user` will be removed. Use the `assignee` field instead."
57-
reason: Assignees can now be mannequins.
58-
date: '2020-01-01T00:00:00+00:00'
59-
criticality: breaking
60-
owner: tambling
3+
- location: Migration.uploadUrlTemplate
4+
description: '`uploadUrlTemplate` will be removed. Use `uploadUrl` instead.'
5+
reason:
6+
'`uploadUrlTemplate` is being removed because it is not a standard URL and
7+
adds an extra user step.'
8+
date: '2019-04-01T00:00:00+00:00'
9+
criticality: breaking
10+
owner: tambling
11+
- location: ContributionOrder.field
12+
description: '`field` will be removed. Only one order field is supported.'
13+
reason: '`field` will be removed.'
14+
date: '2019-10-01T00:00:00+00:00'
15+
criticality: breaking
16+
owner: dinahshi
17+
- location: Issue.timeline
18+
description: '`timeline` will be removed. Use Issue.timelineItems instead.'
19+
reason: '`timeline` will be removed'
20+
date: '2019-10-01T00:00:00+00:00'
21+
criticality: breaking
22+
owner: mikesea
23+
- location: Organization.pinnedRepositories
24+
description:
25+
'`pinnedRepositories` will be removed. Use ProfileOwner.pinnedItems
26+
instead.'
27+
reason: pinnedRepositories will be removed
28+
date: '2019-10-01T00:00:00+00:00'
29+
criticality: breaking
30+
owner: cheshire137
31+
- location: PullRequest.timeline
32+
description: '`timeline` will be removed. Use PullRequest.timelineItems instead.'
33+
reason: '`timeline` will be removed'
34+
date: '2019-10-01T00:00:00+00:00'
35+
criticality: breaking
36+
owner: mikesea
37+
- location: RepositoryOwner.pinnedRepositories
38+
description:
39+
'`pinnedRepositories` will be removed. Use ProfileOwner.pinnedItems
40+
instead.'
41+
reason: pinnedRepositories will be removed
42+
date: '2019-10-01T00:00:00+00:00'
43+
criticality: breaking
44+
owner: cheshire137
45+
- location: User.pinnedRepositories
46+
description:
47+
'`pinnedRepositories` will be removed. Use ProfileOwner.pinnedItems
48+
instead.'
49+
reason: pinnedRepositories will be removed
50+
date: '2019-10-01T00:00:00+00:00'
51+
criticality: breaking
52+
owner: cheshire137
53+
- location: AssignedEvent.user
54+
description: '`user` will be removed. Use the `assignee` field instead.'
55+
reason: Assignees can now be mannequins.
56+
date: '2020-01-01T00:00:00+00:00'
57+
criticality: breaking
58+
owner: tambling
59+
- location: UnassignedEvent.user
60+
description: '`user` will be removed. Use the `assignee` field instead.'
61+
reason: Assignees can now be mannequins.
62+
date: '2020-01-01T00:00:00+00:00'
63+
criticality: breaking
64+
owner: tambling

0 commit comments

Comments
 (0)