Update column ID in first responder workflow (#37095)

This commit is contained in:
Steve Guntrip 2023-05-16 09:25:40 +01:00 коммит произвёл GitHub
Родитель 8e3b31436e
Коммит f3a685c579
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -78,7 +78,7 @@ jobs:
script: |
const issueToRemove = context.payload.number
const cards = await github.rest.projects.listCards({
column_id: 11130889
column_id: 19473478
})
cards.data.forEach(card => {
if (card.content_url) {