Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow a procedure definition to include custom labels #67

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

paddybyers
Copy link
Contributor

This PR allows a set of custom labels to be declared in any procedure definition, so that each new ticket created for that procedure will include those labels, in addition to the default procedure labels (comply, comply-procedure).

For example, in my procedures/workstation.md I have:

id: "workstation"
name: "Collect Workstation Details"
cron: "0 0 0 15 4 *"
labels:
- "proc-workstation"

(Of course you can go with any alternative yaml list/array syntax.)

I also tried to DRY ticket creation a little bit.

If this is accepted, is it also a good idea to include an empty labels section in each of the template procedures?

@jessesimpson36
Copy link

I would also like this functionality. As it stands, I don't really understand the "Audit Tracking" numbers on the Overview tab when GitHub issues are never created with the "audit" flag.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants