Open drpump opened 10 months ago
As a Software Developer,
I want to run the linter action without a push or pull request,
so I can define my own triggers/events for running the linter action.
workflow_dispatch
workflow_call
Also merge_queue please.
merge_queue
User Story Description
As a Software Developer,
I want to run the linter action without a push or pull request,
so I can define my own triggers/events for running the linter action.
Acceptance Criteria
workflow_dispatch
trigger on the current branchworkflow_dispatch
trigger against selected branch or commit sha (i.e. dispatch input)workflow_call
trigger against a specified branch or commit sha parameterSprint Ready Checklist