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

Add GitHub Action that automatically labels PRs by affected tool

Open janpio opened this issue 6 years ago • 1 comments

Identify which code paths were added, automatically add labels.

(Counter argument: no label means untriaged, adding labels automatically will break this.)

janpio avatar Sep 07 '19 17:09 janpio

I think this action https://github.com/actions/labeler could do:

Pull request labeler triages PRs based on the paths that are modified in the PR.

mollyIV avatar Oct 03 '19 04:10 mollyIV