Skip to content

Commit 4701f1f

Browse files
Merge branch 'main' into chore/addBuildPipeline
2 parents 76dd0b2 + 7ca15a1 commit 4701f1f

14,803 files changed

Lines changed: 404670 additions & 536428 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.gitattributes

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
# Enforce LF line endings for Go module and related files to avoid CRLF normalization issues on Windows
2+
# Specifically prevent `LF would be replaced by CRLF` when staging files like go.mod
3+
go.mod text eol=lf
4+
*.mod text eol=lf
5+
*.sum text eol=lf
6+
*.go text eol=lf
7+
# Fallback: treat everything else as text and let git normalize according to platform/default
8+
* text=auto
9+
# Track large export files with Git LFS to avoid GitHub's 100MB file size limit
10+
kiota-dom-export.txt filter=lfs diff=lfs merge=lfs -text
Lines changed: 111 additions & 111 deletions
Original file line numberDiff line numberDiff line change
@@ -1,111 +1,111 @@
1-
id:
2-
name: GitOps.PullRequestIssueManagement
3-
description: GitOps.PullRequestIssueManagement primitive
4-
owner:
5-
resource: repository
6-
disabled: false
7-
where:
8-
configuration:
9-
resourceManagementConfiguration:
10-
scheduledSearches:
11-
- description:
12-
frequencies:
13-
- hourly:
14-
hour: 6
15-
filters:
16-
- isIssue
17-
- isOpen
18-
- hasLabel:
19-
label: 'status:waiting-for-author-feedback'
20-
- hasLabel:
21-
label: 'Status: no recent activity'
22-
- noActivitySince:
23-
days: 3
24-
actions:
25-
- closeIssue
26-
- description:
27-
frequencies:
28-
- hourly:
29-
hour: 6
30-
filters:
31-
- isIssue
32-
- isOpen
33-
- hasLabel:
34-
label: 'status:waiting-for-author-feedback'
35-
- noActivitySince:
36-
days: 4
37-
- isNotLabeledWith:
38-
label: 'Status: no recent activity'
39-
actions:
40-
- addLabel:
41-
label: 'Status: no recent activity'
42-
- addReply:
43-
reply: This issue has been automatically marked as stale because it has been marked as requiring author feedback but has not had any activity for **4 days**. It will be closed if no further activity occurs **within 3 days of this comment**.
44-
- description:
45-
frequencies:
46-
- hourly:
47-
hour: 6
48-
filters:
49-
- isIssue
50-
- isOpen
51-
- hasLabel:
52-
label: duplicate
53-
- noActivitySince:
54-
days: 1
55-
actions:
56-
- addReply:
57-
reply: This issue has been marked as duplicate and has not had any activity for **1 day**. It will be closed for housekeeping purposes.
58-
- closeIssue
59-
eventResponderTasks:
60-
- if:
61-
- payloadType: Issues
62-
- isAction:
63-
action: Closed
64-
- hasLabel:
65-
label: 'status:waiting-for-author-feedback'
66-
then:
67-
- removeLabel:
68-
label: 'status:waiting-for-author-feedback'
69-
description:
70-
- if:
71-
- payloadType: Issue_Comment
72-
- isAction:
73-
action: Created
74-
- isActivitySender:
75-
issueAuthor: True
76-
- hasLabel:
77-
label: 'status:waiting-for-author-feedback'
78-
- isOpen
79-
then:
80-
- addLabel:
81-
label: 'Needs: attention :wave:'
82-
- removeLabel:
83-
label: 'status:waiting-for-author-feedback'
84-
description:
85-
- if:
86-
- payloadType: Issues
87-
- not:
88-
isAction:
89-
action: Closed
90-
- hasLabel:
91-
label: 'Status: no recent activity'
92-
then:
93-
- removeLabel:
94-
label: 'Status: no recent activity'
95-
description:
96-
- if:
97-
- payloadType: Issue_Comment
98-
- hasLabel:
99-
label: 'Status: no recent activity'
100-
then:
101-
- removeLabel:
102-
label: 'Status: no recent activity'
103-
description:
104-
- if:
105-
- payloadType: Pull_Request
106-
then:
107-
- inPrLabel:
108-
label: 'Status: In PR'
109-
description:
110-
onFailure:
111-
onSuccess:
1+
id:
2+
name: GitOps.PullRequestIssueManagement
3+
description: GitOps.PullRequestIssueManagement primitive
4+
owner:
5+
resource: repository
6+
disabled: false
7+
where:
8+
configuration:
9+
resourceManagementConfiguration:
10+
scheduledSearches:
11+
- description:
12+
frequencies:
13+
- hourly:
14+
hour: 6
15+
filters:
16+
- isIssue
17+
- isOpen
18+
- hasLabel:
19+
label: 'status:waiting-for-author-feedback'
20+
- hasLabel:
21+
label: 'Status: no recent activity'
22+
- noActivitySince:
23+
days: 3
24+
actions:
25+
- closeIssue
26+
- description:
27+
frequencies:
28+
- hourly:
29+
hour: 6
30+
filters:
31+
- isIssue
32+
- isOpen
33+
- hasLabel:
34+
label: 'status:waiting-for-author-feedback'
35+
- noActivitySince:
36+
days: 4
37+
- isNotLabeledWith:
38+
label: 'Status: no recent activity'
39+
actions:
40+
- addLabel:
41+
label: 'Status: no recent activity'
42+
- addReply:
43+
reply: This issue has been automatically marked as stale because it has been marked as requiring author feedback but has not had any activity for **4 days**. It will be closed if no further activity occurs **within 3 days of this comment**.
44+
- description:
45+
frequencies:
46+
- hourly:
47+
hour: 6
48+
filters:
49+
- isIssue
50+
- isOpen
51+
- hasLabel:
52+
label: duplicate
53+
- noActivitySince:
54+
days: 1
55+
actions:
56+
- addReply:
57+
reply: This issue has been marked as duplicate and has not had any activity for **1 day**. It will be closed for housekeeping purposes.
58+
- closeIssue
59+
eventResponderTasks:
60+
- if:
61+
- payloadType: Issues
62+
- isAction:
63+
action: Closed
64+
- hasLabel:
65+
label: 'status:waiting-for-author-feedback'
66+
then:
67+
- removeLabel:
68+
label: 'status:waiting-for-author-feedback'
69+
description:
70+
- if:
71+
- payloadType: Issue_Comment
72+
- isAction:
73+
action: Created
74+
- isActivitySender:
75+
issueAuthor: True
76+
- hasLabel:
77+
label: 'status:waiting-for-author-feedback'
78+
- isOpen
79+
then:
80+
- addLabel:
81+
label: 'Needs: attention :wave:'
82+
- removeLabel:
83+
label: 'status:waiting-for-author-feedback'
84+
description:
85+
- if:
86+
- payloadType: Issues
87+
- not:
88+
isAction:
89+
action: Closed
90+
- hasLabel:
91+
label: 'Status: no recent activity'
92+
then:
93+
- removeLabel:
94+
label: 'Status: no recent activity'
95+
description:
96+
- if:
97+
- payloadType: Issue_Comment
98+
- hasLabel:
99+
label: 'Status: no recent activity'
100+
then:
101+
- removeLabel:
102+
label: 'Status: no recent activity'
103+
description:
104+
- if:
105+
- payloadType: Pull_Request
106+
then:
107+
- inPrLabel:
108+
label: 'Status: In PR'
109+
description:
110+
onFailure:
111+
onSuccess:

.github/workflows/auto-merge-dependabot.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
steps:
2020
- name: Dependabot metadata
2121
id: metadata
22-
uses: dependabot/fetch-metadata@v2.4.0
22+
uses: dependabot/fetch-metadata@v3.1.0
2323
with:
2424
github-token: "${{ secrets.GITHUB_TOKEN }}"
2525

.github/workflows/go.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,10 @@ jobs:
1212
env:
1313
relativePath: ./
1414
steps:
15-
- uses: actions/checkout@v4
15+
- uses: actions/checkout@v6
1616
with:
1717
submodules: recursive
18-
- uses: actions/setup-go@v5
18+
- uses: actions/setup-go@v6
1919
with:
2020
go-version: '^1.24'
2121
- name: Install dependencies

.github/workflows/project-auto-add.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
steps:
1919
- name: Generate token
2020
id: generate_token
21-
uses: actions/create-github-app-token@v2
21+
uses: actions/create-github-app-token@v3
2222
with:
2323
app-id: ${{ secrets.GRAPHBOT_APP_ID }}
2424
private-key: ${{ secrets.GRAPHBOT_APP_PEM }}
Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,36 @@
1+
## -----------------------------------------------------------------------------
2+
# Copyright (c) Microsoft Corporation. All rights reserved.
3+
# Licensed under the MIT License. See LICENSE.txt in the project root for license information.
4+
## -----------------------------------------------------------------------------
5+
#
6+
# Summary:
7+
# This GitHub Actions workflow automates the release process using Release Please.
8+
# It triggers on pushes to the main branch, generates a GitHub App token using organization
9+
# variables and secrets, and then runs the release-please-action to manage versioning and changelogs.
10+
11+
name: Release Please
12+
13+
on:
14+
push:
15+
branches:
16+
- main
17+
18+
jobs:
19+
release:
20+
runs-on: ubuntu-latest
21+
steps:
22+
- uses: actions/checkout@v6
23+
24+
- name: Generate GitHub App token
25+
id: app-token
26+
uses: actions/create-github-app-token@v3
27+
with:
28+
app-id: ${{ vars.RELEASE_PLEASE_TOKEN_PROVIDER_APP_ID }}
29+
private-key: ${{ secrets.RELEASE_PLEASE_TOKEN_PROVIDER_PEM }}
30+
31+
- name: Release Please
32+
uses: googleapis/release-please-action@v5
33+
with:
34+
token: ${{ steps.app-token.outputs.token }}
35+
config-file: release-please-config.json
36+
manifest-file: .release-please-manifest.json

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
2-
".": "0.149.0"
2+
".": "0.161.0"
33
}
44

0 commit comments

Comments
 (0)