Skip to content

Commit 22ff96e

Browse files
precommit fixes
1 parent 5457cb9 commit 22ff96e

File tree

5 files changed

+10
-19
lines changed

5 files changed

+10
-19
lines changed

.github/ISSUE_TEMPLATE/PULL_REQUEST_TEMPLATE.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Conventions: <jira-issue>: <subject>
1616
### Impacts
1717
<!-- What are the consequences of the changes and possible implications in clients -->
1818
- [ ] Breaking Change
19-
- [ ] Behavioral breaking change
20-
- [ ] Breaks existent APIs
19+
- [ ] Behavioral breaking change
20+
- [ ] Breaks existent APIs
2121
- [ ] Refactor (big refactor on a sensitive asset )
2222
- [ ] Requires revision on public documentation
Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,9 @@
11
name: Validate pull request labels
22

3-
43
on:
54
pull_request:
65
types: [labeled, unlabeled, synchronize]
76

8-
97
jobs:
108
check-label:
119
uses: OutSystems/rd.github-reusable-workflows/.github/workflows/validate-pr-labels.yaml@9d497d1c5bc6e355aa8f4663539e6b75c212f6b4
Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,9 @@
11
name: Validate pull request title
22

3-
43
on:
54
pull_request:
65
types: [opened, edited, synchronize, reopened]
76

8-
97
jobs:
108
build:
119
uses: OutSystems/rd.github-reusable-workflows/.github/workflows/validate-pr-title.yaml@9d497d1c5bc6e355aa8f4663539e6b75c212f6b4

cicd/azure-pipeline-merge.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,12 @@
1111
- .github
1212

1313
pool:
14-
vmImage: 'ubuntu-22.04'
14+
vmImage: "ubuntu-22.04"
1515

1616
pr: none
1717

1818
variables:
19-
- group: SDLC-SM-HighCode-CI
19+
- group: SDLC-SM-HighCode-CI
2020

2121
resources:
2222
repositories:
@@ -29,8 +29,8 @@ resources:
2929
jobs:
3030
- template: python/packages/new-azure-pipeline.yml@rd-ai-azure-pipeline-templates
3131
parameters:
32-
PackageName: 'mcp-python-sdk'
33-
SonarCloudProject: 'OutSystems_mcp-python-sdk'
32+
PackageName: "mcp-python-sdk"
33+
SonarCloudProject: "OutSystems_mcp-python-sdk"
3434
SonarCloudExclusionList: "tests/**/*,examples/**/*,scripts/*"
3535
SonarCloudCoverageExclusionList: "tests/**/*,examples/**/*,scripts/*"
3636
SkipIntegrationTests: true

cicd/azure-pipeline-pr.yaml

Lines changed: 4 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -4,17 +4,13 @@ pr:
44
- .idea
55
- docs # Exclude changes to documentation
66

7-
87
pool:
9-
vmImage: 'ubuntu-22.04'
10-
8+
vmImage: "ubuntu-22.04"
119

1210
trigger: none
1311

14-
1512
variables:
16-
- group: SDLC-SM-HighCode-CI
17-
13+
- group: SDLC-SM-HighCode-CI
1814

1915
resources:
2016
repositories:
@@ -24,12 +20,11 @@ resources:
2420
name: OutSystems/rd-ai-azure-pipeline-templates
2521
endpoint: OutSystems
2622

27-
2823
jobs:
2924
- template: python/packages/new-azure-pipeline-pr.yml@rd-ai-azure-pipeline-templates
3025
parameters:
31-
PackageName: 'mcp-python-sdk'
32-
SonarCloudProject: 'OutSystems_mcp-python-sdk'
26+
PackageName: "mcp-python-sdk"
27+
SonarCloudProject: "OutSystems_mcp-python-sdk"
3328
SonarCloudExclusionList: "tests/**/*,examples/**/*,scripts/*"
3429
SonarCloudCoverageExclusionList: "tests/**/*,examples/**/*,scripts/*"
3530
SkipIntegrationTests: true

0 commit comments

Comments
 (0)