mirror of
https://github.com/bitnami/charts.git
synced 2026-03-06 06:58:50 +08:00
[bitnami/charts] Fix workflow issues with existing cards (#14429)
Signed-off-by: Fran Mulero <fmulero@vmware.com>
This commit is contained in:
2
.github/workflows/delete-solved-cards.yml
vendored
2
.github/workflows/delete-solved-cards.yml
vendored
@@ -23,7 +23,7 @@ jobs:
|
||||
script: |
|
||||
const cards = await github.rest.projects.listCards({
|
||||
column_id: ${{ env.SOLVED_COLUMN_ID }},
|
||||
archived_state: all,
|
||||
archived_state: 'all',
|
||||
per_page: 100
|
||||
});
|
||||
// Remove cards without updates in last week.
|
||||
|
||||
Reference in New Issue
Block a user