Skip to content

Commit 4093d4f

Browse files
ci: FM update member message
1 parent 750d71d commit 4093d4f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/follow-merge-dispatch.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
body: [
5353
'Hi @${{ github.actor }}!',
5454
'',
55-
`Unfortunately you don't have membership in ${owner} organization, your PR wasn't synced with ${owner}/${{ env.DOWNSTREAM_REPOSITORY }}.`
55+
`Unfortunately you don't have membership in ${owner} organization, Follow Merge dispatch is skipped.`
5656
].join('\n')
5757
});
5858
throw `${{ github.actor }} don't have membership in ${owner} organization`

0 commit comments

Comments
 (0)