vscode-github-actions icon indicating copy to clipboard operation
vscode-github-actions copied to clipboard

GitHub Actions extension for VS Code

Results 208 vscode-github-actions issues
Sort by recently updated
recently updated
newest added

Type: Feature Request CC @meganrogge For screen reader users, please add label to each workflow item regarding whether the current workflow run has succeeded or faled. There is no accessible...

bug

**Describe the bug** The VS Code extension lacks critical linting support. Specifically, when creating a Composite Action, it fails to provide a warning that a `shell` property is required. I...

bug

The extension doesn't clear the editor diagnostics for a specific file when the file is closed, and diagnostics are persisted until the entire editor is closed, or the window reloaded....

bug

For a workflow that accesses secrets: ```yml - name: "publish npm" uses: "./.github/actions/publish-npm" env: NPM_TOKEN: "${{ secrets.NPM_TOKEN }}" ``` The extension is very helpful in checking if the secret `NPM_TOKEN`...

bug

**Describe the bug** I have the following VS Code configuration: ```json "[github-actions-workflow]": { "editor.defaultFormatter": "github.vscode-github-actions", "editor.formatOnSave": true, "editor.tabSize": 2, }, ``` Yet, when trying to modify `.github/workflows/test.yml`, I get no...

bug

This PR makes the `.github/workflows/publish.yml` workflow being skipped in forks. Currently when conditions meet, that workflow would create a new release and publish the extension, both in the root repository...

**Describe the bug** False warning for Github checkout step: "Context access might be invalid" **To Reproduce** Steps to reproduce the behavior: 1. With this workflow '...' - name: checkout if:...

bug

Bumps [stefanzweifel/git-auto-commit-action](https://github.com/stefanzweifel/git-auto-commit-action) from 4.16.0 to 5.2.0. Release notes Sourced from stefanzweifel/git-auto-commit-action's releases. v5.2.0 Added Add create_git_tag_only option to skip commiting and always create a git-tag. (#364) @​zMynxx Add Test for...

github_actions
dependencies

There is a new permissions scope `models` ```yaml permissions: models: read ``` https://docs.github.com/en/github-models/integrating-ai-models-into-your-development-workflow#using-ai-models-with-github-actions

bug