fix
This commit is contained in:
4
.github/workflows/assign-to-project.yml
vendored
4
.github/workflows/assign-to-project.yml
vendored
@@ -98,6 +98,10 @@ jobs:
|
|||||||
|
|
||||||
// get the item
|
// get the item
|
||||||
console.log('get the item...')
|
console.log('get the item...')
|
||||||
|
console.log(context)
|
||||||
|
console.log(context.issue)
|
||||||
|
console.log(context.pull_request)
|
||||||
|
console.log(context.issue())
|
||||||
const item = await github.issues.get({
|
const item = await github.issues.get({
|
||||||
owner: context.repo.owner,
|
owner: context.repo.owner,
|
||||||
repo: context.repo.repo,
|
repo: context.repo.repo,
|
||||||
|
|||||||
Reference in New Issue
Block a user