fix
This commit is contained in:
parent
021137402f
commit
48eb74f956
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
|
||||
// and showing in project's backlog is not enough.
|
||||
|
||||
module.exports = ({github, context}) => {
|
||||
module.exports = async ({github, context}) => {
|
||||
|
||||
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.
|
||||
|
||||
const script = require('./.github/workflows/assign-milestones.js')
|
||||
script({github, context})
|
||||
await script({github, context})
|
||||
|
|
Loading…
Reference in New Issue
Block a user