Fix the workflow

This commit is contained in:
Laurent Rineau 2020-10-05 11:51:43 +02:00
parent 606f5ef7dd
commit 74af3e7d33
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@ jobs:
result-encoding: string
script: |
const asso = context.payload.comment.author_association
if(asso == 'OWNER' || asso == 'COLLABORATOR') {
if(asso == 'OWNER' || asso == 'MEMBER') {
const body = context.payload.comment.body
if(body.includes("build:")) {
return body.replace('build:','')