We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 969eac1 + 42ae9e3 commit 1da772fCopy full SHA for 1da772f
1 file changed
.github/workflows/merged-notification.yml
@@ -1,10 +1,11 @@
1
+name: Merged notification
2
on:
3
pull_request_target:
4
types: ['closed']
5
6
jobs:
7
comment:
- if: github.event.repository.private == false && github.event.pull_request.merged && github.event.pull_request.base.ref == github.event.repository.default_branch
8
+ if: github.repository == 'github/docs' && github.event.pull_request.merged && github.event.pull_request.base.ref == github.event.repository.default_branch
9
runs-on: ubuntu-latest
10
steps:
11
- uses: actions/github-script@626af12fe9a53dc2972b48385e7fe7dec79145c9
0 commit comments