command icon indicating copy to clipboard operation
command copied to clipboard

IssueOps commands in GitHub Actions

Results 9 command issues
Sort by recently updated
recently updated
newest added

👋 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...

Bumps the npm-dependencies group with 3 updates: [@babel/preset-env](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-env), [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) and [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core). Updates `@babel/preset-env` from 7.25.0 to 7.25.3 Release notes Sourced from @​babel/preset-env's releases. v7.25.3 (2024-07-31) :bug: Bug Fix babel-plugin-bugfix-firefox-class-in-computed-class-key, babel-traverse...

ospo-dependency-license-alert
javascript

Bumps the github-actions group with 1 update: [actions/upload-artifact](https://github.com/actions/upload-artifact). Updates `actions/upload-artifact` from 4.3.3 to 4.3.4 Release notes Sourced from actions/upload-artifact's releases. v4.3.4 What's Changed Update @​actions/artifact version, bump dependencies by @​robherley...

ospo-dependency-license-alert
github_actions

Bumps the npm-dependencies group with 3 updates: [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node), [@vercel/ncc](https://github.com/vercel/ncc) and [eslint-plugin-jest](https://github.com/jest-community/eslint-plugin-jest). Updates `@types/node` from 22.5.1 to 22.7.4 Commits See full diff in compare view Updates `@vercel/ncc` from 0.38.1 to 0.38.2...

ospo-dependency-license-alert
javascript

- Use `octokit.rest.users.getByUsername` to determine actor type (`User` or `Bot`) - Fetch GitHub App installation details with `octokit.rest.apps.getRepoInstallation` for permission validation. - Ensure GitHub Apps have `"issues"` permission set to...

enhancement
javascript

### Describe the Issue I'm trying this action in an empty repository and I'm not able to make it working. It says something about missing permissions but it's not specifying...

bug

Bumps the github-actions group with 5 updates in the / directory: | Package | From | To | | --- | --- | --- | | [actions/checkout](https://github.com/actions/checkout) | `4` |...

github_actions
dependencies

Bumps the npm-dependencies group with 8 updates in the / directory: | Package | From | To | | --- | --- | --- | | [@octokit/request](https://github.com/octokit/request.js) | `10.0.3` |...

javascript
dependencies

### Describe the Issue When using a matrix strategy to run the job multiple times the actions post step fails all but once because it can not find the initial...

bug