dependent-issues icon indicating copy to clipboard operation
dependent-issues copied to clipboard

📦 A GitHub Action for marking issues as dependent on another

Results 22 dependent-issues issues
Sort by recently updated
recently updated
newest added

Hello, a month ago, I played a bit with your action. I found out, that its possible to use a repository disptach to trigger the workflow from another workflow by...

I wonder if it would be useful to have this bot manage backreferences: If in PR `#12` I say it depends on PR `#10`, then the bots’ comment at `#10`...

help wanted

Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 17.0.43 to 18.11.3. Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@types/node&package-manager=npm_and_yarn&previous-version=17.0.43&new-version=18.11.3)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...

dependencies

Bumps [@octokit/rest](https://github.com/octokit/rest.js) from 18.12.0 to 19.0.5. Release notes Sourced from @​octokit/rest's releases. v19.0.5 19.0.5 (2022-10-13) Bug Fixes deps: update @octokit/plugin-paginate-rest to v5 (#220) (9debac2) v19.0.4 19.0.4 (2022-08-15) Bug Fixes deps:...

dependencies

# Description Changes the status of the blocked PR status from pending to failure when a PR is marked as dependent. # Motivation This is an opinionated change, but I...

Repeatedly saw this error in a workflow run: ``` HttpError: Not Found at /home/runner/work/_actions/z0al/dependent-issues/v1/webpack:/dependent-issues/node_modules/@octokit/request/dist-node/index.js:86:1 at processTicksAndRejections (internal/process/task_queues.js:97:5) ``` Using latest version.

I'm currently using a template like this: --- > **Warning** > Pull request will not be mergeable until its dependencies are resolved. Dependencies: * yada yada * this that ---...

Bumps [semantic-release](https://github.com/semantic-release/semantic-release) from 17.4.7 to 21.0.1. Release notes Sourced from semantic-release's releases. v21.0.1 21.0.1 (2023-04-01) Bug Fixes deps: update dependency env-ci to v9 (#2757) (4bddb37) v21.0.0 21.0.0 (2023-03-24) BREAKING CHANGES...

dependencies

Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 17.0.43 to 18.15.11. Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@types/node&package-manager=npm_and_yarn&previous-version=17.0.43&new-version=18.15.11)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...

dependencies

I have setup a workflow that runs this action. The check created by this action is required for the branch protection. I tried using the [new merge queues](https://github.blog/changelog/2023-02-08-pull-request-merge-queue-public-beta/) but the...