cleanup
This commit is contained in:
parent
3d32dbd623
commit
7c3bb81709
10
.github/workflows/assign-to-project.yml
vendored
10
.github/workflows/assign-to-project.yml
vendored
|
@ -117,9 +117,13 @@ jobs:
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
console.log(item)
|
console.log(`${content_type} #${context.issue.number} id: ${item.data.id}.`)
|
||||||
console.log(`${content_type} #${item_number} id: ${item.data.id}.`)
|
if (item_id === item.data.id) {
|
||||||
console.log(`was: ${item_id} and match?!`)
|
console.log(`item_id: ${item_id}`)
|
||||||
|
}
|
||||||
|
else {
|
||||||
|
console.log(`but 'context.payload' provides item_id: ${item_id} and meh?`)
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
console.log('create the card...')
|
console.log('create the card...')
|
||||||
|
|
3
dan.txt
3
dan.txt
|
@ -1,3 +0,0 @@
|
||||||
this is a new file only in my branch
|
|
||||||
|
|
||||||
changing something that won't conflict in master
|
|
Loading…
Reference in New Issue
Block a user