We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 750d71d commit 4093d4fCopy full SHA for 4093d4f
.github/workflows/follow-merge-dispatch.yml
@@ -52,7 +52,7 @@ jobs:
52
body: [
53
'Hi @${{ github.actor }}!',
54
'',
55
- `Unfortunately you don't have membership in ${owner} organization, your PR wasn't synced with ${owner}/${{ env.DOWNSTREAM_REPOSITORY }}.`
+ `Unfortunately you don't have membership in ${owner} organization, Follow Merge dispatch is skipped.`
56
].join('\n')
57
});
58
throw `${{ github.actor }} don't have membership in ${owner} organization`
0 commit comments