Skip to content

Commit

Permalink
update action config
Browse files Browse the repository at this point in the history
  • Loading branch information
FireLemons committed Feb 3, 2022
1 parent b78c458 commit 6ba9841
Showing 1 changed file with 5 additions and 10 deletions.
15 changes: 5 additions & 10 deletions action.yml
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'

0 comments on commit 6ba9841

Please sign in to comment.