-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
b78c458
commit 6ba9841
Showing
1 changed file
with
5 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,18 +1,13 @@ | ||
name: 'Remove Label from Cards' | ||
description: 'Removes the given label from all cards in the given column.' | ||
name: 'Column Issue Label Remover' | ||
description: 'For each column in a list, labels are removed from all its issues.' | ||
inputs: | ||
columns_labels: | ||
description: 'An array of objects each containing a column reference and an array of labels to add' | ||
required: true | ||
token: | ||
description: 'github token' | ||
required: true | ||
default: '' | ||
label_to_remove: | ||
description: 'Label to remove' | ||
required: true | ||
default: '' | ||
column_id: | ||
description: 'Column id' | ||
required: true | ||
default: '' | ||
runs: | ||
using: 'node12' | ||
main: 'index.js' |