vscode-github-actions
vscode-github-actions copied to clipboard
GitHub Actions extension for VS Code
**Describe the bug** If you open the sub directory of a git repository, click `Trigger workflow` button will do nothing. But can trigger in the root directory of the repository....
Bumps [eslint-config-prettier](https://github.com/prettier/eslint-config-prettier) from 8.5.0 to 9.1.0. Changelog Sourced from eslint-config-prettier's changelog. Version 9.1.0 (2023-12-02) Added: [unicorn/template-indent], (as a [special rule][unicorn/template-indent-special]). Thanks to Gürgün Dayıoğlu (@gurgunday)! Changed: All the [formatting rules...
Bumps [node-loader](https://github.com/webpack-contrib/node-loader) from 0.6.0 to 2.0.0. Release notes Sourced from node-loader's releases. v2.0.0 2.0.0 (2021-04-05) ⚠ BREAKING CHANGES minimum supported webpack version is 5 v1.0.3 1.0.3 (2021-04-05) Bug Fixes concat...
**Is your feature request related to a problem? Please describe.** I often use a complex `if` field to enable smart skipping of the `push` event trigger.  (note that without...
This will fix #345. The codebase now not consider the condition user open a sub directory of one git repo. Example repo: https://github.com/tjx666/node-action-test For example you project's path is: `/code/repo`,...
Bumps [webpack](https://github.com/webpack/webpack) from 5.76.0 to 5.95.0. Release notes Sourced from webpack's releases. v5.95.0 Bug Fixes Fixed hanging when attempting to read a symlink-like file that it can't read Handle default...
```yaml on: # ... workflow_dispatch: inputs: plugin-name: description: Specific plugin to build type: choice options: - '' - foo - bar ``` This shows `Unexpected value ''` on the '``'...
**Describe the bug** When a double closing curly brace (`}}` is used as an escape to represent a single closing curly brace (`}`) inside a format function that is within...
Type: Bug The first 3 items below.  Extension version: 0.26.5 VS Code version: Code - Insiders 1.94.0-insider (527e41ff551bb1001d2f224c2dec2e2ea3b66832, 2024-09-20T05:03:57.400Z) OS version: Windows_NT x64 10.0.22631 Modes:
Bumps the npm_and_yarn group with 1 update in the / directory: [webpack](https://github.com/webpack/webpack). Updates `webpack` from 5.76.0 to 5.94.0 Release notes Sourced from webpack's releases. v5.94.0 Bug Fixes Added runtime condition...