Closed auwimosendsafely closed 3 months ago
Hello @auwimosendsafely We appreciate your suggestion for a new feature! We'll make sure to address it when we have the opportunity.
I was following a pattern incorrectly. workflow_dispatch should not be used in the situation I was describing, workflow_call should. Labeler is working as I want it to with this functionality. As such, I am closing this ticket
Description: Labeler should be able to label a PR from another repository
Justification: We are trying to follow the model where our github actions are stored in one central repository and the other repositories have callers to the central one so that we only have to make changes to one file when updating an action that many of our repos use. This is done using the workflow-dispatch trigger. External configuration paths help with this somewhat, as we can at least store those centrally, but currently there is still more duplicate code required than optimal.