Nicolas Schweitzer
Nicolas Schweitzer
### Code of Conduct - [X] I have read and agree to the GitHub Docs project's [Code of Conduct](https://github.com/github/docs/blob/main/CODE_OF_CONDUCT.md) ### What article on docs.github.com is affected? https://docs.github.com/en/rest/issues/issues?apiVersion=2022-11-28#update-an-issue ### What part(s)...
### What does this PR do? Add a wrapper around `aws ssm get-parameter` calls: - enable a uniform way to call it with improved security about secret disclosure - add...
### What does this PR do? Re-enable the label job triggering ### Motivation As we removed usage of the gh API, the job runs with the PR event instance, so...
### What does this PR do? Rework slightly gitlab yaml files so that they belong to a folder aligned to their gitlab stage. ### Motivation Improve apprehension of gitlab.yml files...
### What does this PR do? Remove the `*_junit_upload` stages and upload junit files alongside the test jobs using the standalone ci-uploader ### Motivation Simplification of the CI jobs ###...
### What does this PR do? Add a `needs` condition to save time in the overall CI process. Without definition, jobs will wait for completion of all the previous stages,...
### What does this PR do? Add integrations_core_ref as mascos workflow inputs ### Motivation Integrations-core pipeline launches a datadog-agent build as subsequent pipeline with the PR branch as integrations-core reference....
### What does this PR do? - Add a new task to automatically assign a team label on a dependabot PR - Add an associated workflow to assign at PR...
### What does this PR do? Change the token used to create the CWS-BTFHUB automatic PR ### Motivation Since migration of some (required) jobs to github, there are not generated...
### What does this PR do? Handle the possible `cancelled` state raising from github as we will allow workflow cancellation to remove pressure on builds. - Merge the repack task...