Add Labeler.yaml to Actions (#213)

* move all tests under tests and initial work on int tests

* added updated tests setup and merge tests

* without failing step

* fixed upload

* updated file names for coverage

* reenable surface tests

* removed package matrix

* simplified variables

* correct path

* removed mistake

* fix mistake in path

* fix path

* windows specific env set

* updated merge tests

* slight update in marker

* added run integration tests settings

* updated setup, moved foundry int tests and updated merge test

* add labeler
This commit is contained in:
Eduard van Valkenburg
2025-07-22 21:04:21 +02:00
committed by GitHub
Unverified
parent 5c992eb7ae
commit 6508f48efb
2 changed files with 14 additions and 2 deletions
+12
View File
@@ -0,0 +1,12 @@
# Add 'python' label to any change within the 'python' directory
python:
- python/**/*
# Add '.NET' label to any change within samples or kernel 'dotnet' directories.
.NET:
- dotnet/**/*
# Add 'documentation' label to any change within the 'docs' directory, or any '.md' files
documentation:
- docs/**/*
- '**/*.md'
+2 -2
View File
@@ -1,6 +1,6 @@
### Motivation and Context
<!-- Thank you for your contribution to the semantic-kernel repo!
<!-- Thank you for your contribution to the Agent Framework repo!
Please help reviewers and future users, providing the following information:
1. Why is this change required?
2. What problem does it solve?
@@ -18,6 +18,6 @@ Please help reviewers and future users, providing the following information:
<!-- Before submitting this PR, please make sure: -->
- [ ] The code builds clean without any errors or warnings
- [ ] The PR follows the [SK Contribution Guidelines](https://github.com/microsoft/agent-framework/blob/main/CONTRIBUTING.md)
- [ ] The PR follows the [Contribution Guidelines](https://github.com/microsoft/agent-framework/blob/main/CONTRIBUTING.md)
- [ ] All unit tests pass, and I have added new tests where possible
- [ ] I didn't break anyone :smile: