Phillip Huang

Results 21 issues of Phillip Huang

I have a strategy matrix that looks like this: ``` strategy: matrix: service: ${{ fromJSON(needs.list-all-services.outputs.services) }} exclude: - service: npm_project: foo ``` Where `services` is produced from a previous workflow...

### What does this PR do? Fix docs to specify the correct value of the DB parameter group settings for Aurora. ### Motivation Several of these fields should be "1"...

**Feature request** Using the GitHub Action outputs messages of `set-output` being deprecated: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/ Generally the fix should be to upgrade @actions/core to 1.10.0.

needs triage

Mocha currently searches through parent directories to find a mocharc config: https://github.com/mochajs/mocha/blob/37deed262d4bc0788d32c66636495d10038ad398/lib/cli/options.js#L182 But this behavior isn't documented in https://mochajs.org/#configuring-mocha-nodejs, which only says to create the mocharc in your package's root...

type: feature
status: accepting prs
area: documentation

### What would you like to be added? Add internal retries to the action and maybe expose it to the users as a configurable option. ### Why is this needed?...

enhancement

### Prerequisites - [X] I have written a descriptive issue title - [X] I have searched existing issues to ensure the feature has not already been requested ### 🚀 Feature...

new feature
enhancement

I want to use this action in my deployment pipeline to prevent unsafe pushes, the idea being we will run all synthetics with the tag `blocks_prod_deploy` before a code push...

### Verify canary release - [X] I verified that the issue exists in the latest Turborepo canary release. ### Link to code that reproduces this issue https://github.com/JavaScriptBach/turbo-caching-bug ### What package...

kind: bug
needs: team input

### Acknowledgements - [X] I read the documentation and searched existing issues to avoid duplicates - [X] I understand this is a **bug tracker** and anything other than a proven...

bug
pending triage

### Before You File a Documentation Request Please Confirm You Have Done The Following... - [X] I have looked for existing [open or closed documentation requests](https://github.com/typescript-eslint/typescript-eslint/issues?q=is%3Aissue+label%3Adocumentation) that match my proposal....

documentation
team assigned