cegekaJG
cegekaJG
I am using a self-hosted Windows runner to deploy an app on an OnPrem environment, but am experiencing very long waiting times during the Deploy-step during the "Deploy To" job....
One of the workflow file in the repository linked below has the following property: ```yml on: issue_comment: types: created ``` Despite this, GitHub workflows with the trigger `issue_comment` will not...
This PR adds a filter to the paths used in "Get-NAVModuleVersions.ps1" to remove all nonexistent paths. This reduces the numbers of calls necessary and might also resolve possible reading permission...
This PR adds the property "FolderPathPattern" to the extension's settings and expands the functionality of the "Reorganize" function. The new property allows users to define a custom subfolder path using...
This PR adds a condition to "PullRequestHandler.yaml" that ensures pull requests in draft mode won't trigger the status check. This reduces unnecessary build workflows for feature branches. Additionally, the PR...