damccorm / tag-ur-it

tag-ur-it action
ISC License
35 stars 6 forks source link

Allow ignore issues with particular labels and label groups or "when" expression #15

Closed EmilyGraceSeville7cf closed 1 year ago

EmilyGraceSeville7cf commented 4 years ago

Required Information

Allow ignore issues with particular labels and label groups.

Question, Bug, or Feature?
Type: Feature

Should this get assigned to @damccorm? Assign to damccorm: yes

Issue Description

Code example:

# requires label-A to present on issue
when:
- labelsExist: ['label-A']

The second example:

# requires label-A to absent on issue
when:
- labelsAbsent: ['label-A']

The similiar one can be done for milestones:

# requires milestone-A to absent on issue
when:
- milestonesAbsent: ['milestone-A']

Label groups and milestone ones could be supported as labelGroupAbsent/milestoneGroupAbsent and besides for ...Present.

EmilyGraceSeville7cf commented 1 year ago

Closed as being inactive for a long time. Please reopen if it's required.