You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This might be a silly question but I was wondering if Reviewpad (https://docs.reviewpad.com/) could be useful to help with the management of some PR/issues workflows.
The idea is that you don't need so many GitHub actions to run for different workflows. Instead, you specify these workflows in a single .YML configuration that will be then processed by the Reviewpad action to apply these workflows.
This makes it easy to centralize, alleviates the need to understand the GitHub API and allows for the use of a tested GitHub action. The configuration is also pretty flexible and extensible as the project is open-source:
Hi,
This might be a silly question but I was wondering if Reviewpad (https://docs.reviewpad.com/) could be useful to help with the management of some PR/issues workflows.
The idea is that you don't need so many GitHub actions to run for different workflows. Instead, you specify these workflows in a single .YML configuration that will be then processed by the Reviewpad action to apply these workflows.
This makes it easy to centralize, alleviates the need to understand the GitHub API and allows for the use of a tested GitHub action. The configuration is also pretty flexible and extensible as the project is open-source:
If there is interest from the Backstage community, I would happy to open a PR that introduces the action and starts automating some of the workflows.
The text was updated successfully, but these errors were encountered: