grahamhar

Results 10 issues of grahamhar

This is an attempt to fix the issue reported in issue: https://github.com/aws-samples/aws-health-aware/issues/16 *Description of changes:* Setting the boto config via a lookup done at the global level of file means...

Is there an issue with the way the lookup of the name is set as a global variable in the Lambda? I might be lacking in knowledge of how lambda...

I'm struggling to find any guidance or best practises on how or if pipenv should be used in a monorepo. Is the only way to use pipenv to have module...

Type: Enhancement :bulb:
Type: Documentation :book:
triage

When the tag_format does not follow the allowed schemas patterns then changlog generation fails. ## Description I am working in a mono repo with multiple `.cz.toml` configs (one per component)...

pr-status: wait-for-review

Adding in GitHub, BitBucket and GitLab as some of the commonly used git SaaS providers

area/provider/onprem

### Describe the need Add the ability to add conditionals to [repository rulesets](https://registry.terraform.io/providers/integrations/github/latest/docs/resources/repository_ruleset) using file_path_restriction, this requires #2359 to be implemented first. Once #2359 is merged I will do a...

Type: Feature

Resolves #2358 ---- ### Before the change? * go-github@v63 ### After the change? * go-github@v64 ### Pull request checklist - [ ] Tests for the changes have been added (for...

### Describe the need New features have been added to go-github and released in V64, I will raise a PR to implement this. ### SDK Version go-github v64 ### API...

Type: Maintenance

Resolves #2371 ---- Here is the [doc](https://docs.github.com/en/repositories/configuring-branches-and-merges-in-your-repository/managing-rulesets/available-rules-for-rulesets) that shows the push type rules are restricted. ### Before the change? * Rules could not be added to rulesets to protect pushes...

Hi @micmurawski, First thanks for the time and effort in providing such an awesome plugin ❤️ I have a use case where my lambda uses the cryptography package, I've found...