We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ac2bc68 + 1da772f commit 45e536cCopy full SHA for 45e536c
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