autowarefoundation / autoware

Autoware - the world's leading open-source software project for autonomous driving
https://www.autoware.org/
Apache License 2.0
8.6k stars 2.89k forks source link

Use PR Dependency Check Action across repositories #4170

Open xmfcx opened 4 months ago

xmfcx commented 4 months ago

Checklist

Description

Right now the with so many repositories, everyone has to manage the dependent PRs manually.

Purpose

To put the PR dependencies in order in a systematic way.

Possible approaches

Add https://github.com/marketplace/actions/pr-dependency-check to:

To begin with.

Definition of done

It's added to respective places and it works as expected.

cc. @mitsudome-r @yukkysaito @kminoda

xmfcx commented 4 months ago

Example:

xmfcx commented 4 months ago

Without this action, right now developers are resorting to custom methods to point out the dependencies:

Screenshot from 2024-02-12 19-07-02

Source:

xmfcx commented 4 months ago

Alternatives:

yukkysaito commented 4 months ago

I can't wait for this one. :+1: