Brian Koontz

Results 10 issues of Brian Koontz

### Report Kubernetes docs provide a means by which scaledowns can be disabled: ``` behavior: scaleDown: selectPolicy: Disabled ``` However, ScaledObject doesn't seem to support this: ``` apiVersion: keda.sh/v1alpha1 kind:...

bug

Per the documentation: > This allows you to chain workflows, the classic use case is have a CI build workflow, trigger a CD release/deploy workflow when it completes. Allowing you...

JavaScript 🦏
YAML 🍄
Configuration ⚙
CI 🚧
MarkDown 📝

(Sorry, the workflow is not accessible publicly) Two tags of interest, 1.10.109 and 1.10.110. Pulling the timestamps for the associated commits: ![image](https://user-images.githubusercontent.com/38893590/188506111-07385bc4-6e8f-4756-acdc-db16c1824271.png) The timestamps for the tags themselves: ![image](https://user-images.githubusercontent.com/38893590/188506226-5cc2405a-e88a-42a4-974b-294162ea5659.png) Clearly,...

When this action is invoked, the workspace SHA is no longer the same as the SHA of the triggering workflow, and therefore GITHUB_SHA is no longer correct.

**Describe the bug** If a workflow is triggered from one branch, and then actions/checkout is invoked to check out a different branch, action-create-tag attempts to tag the wrong commit, generating...

## Vault server version v1.14.1 ## vault-action version v2.5.0 ## Describe the bug Secrets are not obfuscated in github logs when echo'd ## To Reproduce ``` jobs: build: runs-on: ubuntu-latest...

bug

**Describe the bug** If an action is called as part of a reusable workflow, and that action attempts to create a tag, the repo of the calling action is acted...

### Preflight Checklist - [X] I have installed the [latest version of Storage Explorer](https://github.com/Microsoft/AzureStorageExplorer/releases/latest). - [X] I have checked existing resources, including the [troubleshooting guide](https://docs.microsoft.com/azure/storage/common/storage-explorer-troubleshooting) and the [release notes](https://github.com/microsoft/AzureStorageExplorer/releases). -...

:bulb: feature request
:gear: files
:grey_question: investigate

Maybe I'm missing the point here, but function definitions with try blocks aren't getting folded: ``` +-- 1 line: def process_schedule(header, output_path, pubs_deliver, root_dir, schedule_name): try: logging.info(f'Processing schedule {schedule_name}...') ......