fix
This commit is contained in:
parent
7df140fdbb
commit
1e8aa06e8f
2
.github/workflows/assign-milestones.js
vendored
2
.github/workflows/assign-milestones.js
vendored
|
@ -17,6 +17,8 @@ module.exports = ({github, context}) => {
|
||||||
|
|
||||||
const restapi = github.rest
|
const restapi = github.rest
|
||||||
|
|
||||||
|
console.log(`event: ${github.event_name}/${github.event.action}`)
|
||||||
|
|
||||||
// get and validate the event name
|
// get and validate the event name
|
||||||
const eventName = github.event_name
|
const eventName = github.event_name
|
||||||
if (eventName != 'project_card') {
|
if (eventName != 'project_card') {
|
||||||
|
|
Loading…
Reference in New Issue
Block a user