Nick Alteen
Nick Alteen
# Version: 1.4.0 # Environment: OS: macOS 10.14 Ruby: 2.3.0p0 ChefDK: 3.8.14 Test Kitchen: 1.24.0 # Scenario: Due to compliance/regulatory requirements, some organizations enforce the requirement that programmatic access to...
This PR updates the `first-interaction` action to follow a more standardized approach as referenced in the [TypeScript template](https://github.com/actions/typescript-action). Additionally, it removes the container component to reduce action duration. - Updated...
This PR adds the `dependabot.yml` with GitHub Actions and npm dependencies enabled :)
This PR formats, updates, and clarifies the documentation pages in this repository. - Docs have been formatted according to the existing [Prettier config(https://github.com/actions/toolkit/blob/main/.prettierrc.json). - Content available in the [GitHub Docs](https://docs.github.com/en)...
👋🏻 Hello from another Hubber! This PR is meant to update the contents of the `.github` directory for formatting/readability. I had noticed that the existing `.prettierrc.json` was configured with the...
👋 fellow Hubber! Love this action and its versatility. One idea that came to mind that would be helpful would be to specify an opposite/inverse of a command that would...
Heyo! Is there a way to set a different environment variable used by MegaLinter during a `PRE_COMMAND` step? I have a use case where I'd like to run MegaLinter on...
This PR adds the [`@github/local-action`](https://github.com/github/local-action) utility and related documentation so that developers using this template can more easily debug their action code locally. The `local-action` tool stubs out various [GitHub...
**Describe the bug** The current version of [`minimatch`](https://www.npmjs.com/package/minimatch) used by `@actions/glob` is severely outdated. As of this issue, it is pinned a `3.0.4` while the latest release is `10.0.1`. When...
Currently, this action is configured as a [Docker container action](https://docs.github.com/en/actions/sharing-automations/creating-actions/creating-a-docker-container-action). This leads to extra startup time to build and run the container. This PR converts this action to TypeScript/JavaScript following...