Michael Heap
Michael Heap
Include files other than `main` when creating a commit to update a tag. This will not be needed by most people, but is required if you're bundling `ncc` using `ncc`...
This PR adds my "[Building GitHub Actions](https://actionsbook.com/)" book, which shows how to build custom actions step by step
Some workflows are configured to only run on the default branch. Update them to use the `default-branch` macro (see https://github.blog/changelog/2020-07-22-github-actions-better-support-for-alternative-default-branch-names/)
https://github.com/mheap/github-default-branch/issues/4#issuecomment-646299374 > I think you have the feature to keep the previous branch around. So maybe it should not be an update of the pattern, but a copy of the...
Suggested by @mathiasbynens in #12: --- Other possible replacements (you'd probably want to do these globally, in all files): - `https://github.com///tree/` ([example](https://github.com/mheap/github-default-branch/tree/main/src)) - `https://github.com///blob/` ([example](https://github.com/mheap/github-default-branch/blob/main/src/get-repos.js)) - `https://raw.githubusercontent.com///` ([example](https://raw.githubusercontent.com/mheap/github-default-branch/main/src/get-repos.js))
Allow consumers to update only `public` or `private`, or `all` (default) repos to use the new branch by default. Example usage: ``` github-default-branch --org my-org-name --visibility public ```
This PR adds support for [custom rulesets](https://meta.stoplight.io/docs/spectral/ZG9jOjI1MTg5-custom-rulesets) when using Insomnia and `inso` to lint OpenAPI specifications. This PR closes #4114, but in a completely different way to the proposal in...
This is a partial implementation of #36 Whilst implementing the feature I realised that I needed both instantly executed macros, and the ability to define custom functions to be called...
### Is there an existing issue for this? - [X] I have searched the existing issues ### Current Behavior The response cannot be unmarshalled ``` 2024-01-12T12:11:22Z error Failed parsing resource...
### Is there an existing issue for this? - [X] I have searched the existing issues ### Current Behavior The `status` field says that the route was accepted, but `Programmed`...