-
Notifications
You must be signed in to change notification settings - Fork 0
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
Remove from project if label is removed #10
Comments
Ok so an additional feature that removes it from the project when unlabelled. Is the default-column feature still useful to you? Do you require both features? |
That would be a third type of feature: Existing in project, then remove
Yes: Two activities on label removed:
|
Update - my text on Oct 15 should read: if feature: remove-on-label-remove:
if existing in project:
remove from project
else:
noop
else:
# keep in project => remove to default column
if existing in project:
if default-column configured:
move to default column
else:
noop
else:
noop |
Note this is an enhancement only for completeness. 😅 |
Follow-up to #1
While trying to include #7 in our project, I remembered, that we have "link" of the label "good first issue" with precense in our project "Good First Issues". If we decide that an issue is not a good first issue any more, we also need to remove it from the project. -- Not sure if this causes confusion for the users if one can either specify
default-column
orremove_on_remove: yes
.The text was updated successfully, but these errors were encountered: