fix
This commit is contained in:
2
.github/workflows/assign-milestones.js
vendored
2
.github/workflows/assign-milestones.js
vendored
@@ -13,7 +13,7 @@
|
|||||||
// it's move to a project column for the first time - being assigned to the project
|
// it's move to a project column for the first time - being assigned to the project
|
||||||
// and showing in project's backlog is not enough.
|
// and showing in project's backlog is not enough.
|
||||||
|
|
||||||
module.exports = ({github, context}) => {
|
module.exports = async ({github, context}) => {
|
||||||
|
|
||||||
const restapi = github.rest
|
const restapi = github.rest
|
||||||
|
|
||||||
|
|||||||
2
.github/workflows/assign-milestones.yml
vendored
2
.github/workflows/assign-milestones.yml
vendored
@@ -43,4 +43,4 @@ jobs:
|
|||||||
// current working directory.
|
// current working directory.
|
||||||
|
|
||||||
const script = require('./.github/workflows/assign-milestones.js')
|
const script = require('./.github/workflows/assign-milestones.js')
|
||||||
script({github, context})
|
await script({github, context})
|
||||||
|
|||||||
Reference in New Issue
Block a user