1
0
This commit is contained in:
Stephan 2022-01-10 14:38:36 +01:00
parent 7df140fdbb
commit 1e8aa06e8f

View File

@ -17,6 +17,8 @@ module.exports = ({github, context}) => {
const restapi = github.rest
console.log(`event: ${github.event_name}/${github.event.action}`)
// get and validate the event name
const eventName = github.event_name
if (eventName != 'project_card') {