defenseunicorns / lula

The Compliance Validator
Apache License 2.0
148 stars 23 forks source link

Automated Workflow For Blocked Label #653

Open CloudBeard opened 1 month ago

CloudBeard commented 1 month ago

Describe what should be investigated or refactored

When the blocked label is added a workflow is triggered to automatically add it to the blocked column. Similar to the triage label.

Links to any relevant code

Using triage as an example https://github.com/defenseunicorns/lula/blob/main/.github/workflows/triage-label.yaml

brandtkeller commented 1 month ago

not against this but I am curious how the locality of the workflow will impact permissions.

The triage label is issue-centric - an issue is created -> workflow runs -> issue is modified

Adding something to the Blocked column is now overlaying issues onto a project. Just for scope and weight purposes I would imagine this to be more complex then the triage example - but we shall see.