mirror of
https://github.com/certbot/certbot.git
synced 2026-06-08 16:22:18 -04:00
notify about PRs from forks (#10101)
This commit is contained in:
parent
96c4bcd9a8
commit
94dcf25f6e
1 changed files with 2 additions and 3 deletions
5
.github/workflows/merged.yaml
vendored
5
.github/workflows/merged.yaml
vendored
|
|
@ -1,14 +1,13 @@
|
|||
name: Merge Event
|
||||
|
||||
on:
|
||||
pull_request:
|
||||
pull_request_target:
|
||||
types:
|
||||
- closed
|
||||
|
||||
jobs:
|
||||
if_merged:
|
||||
# Forked repos can not access Mattermost secret.
|
||||
if: github.event.pull_request.merged == true && !github.event.pull_request.head.repo.fork
|
||||
if: github.event.pull_request.merged == true
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: mattermost/action-mattermost-notify@master
|
||||
|
|
|
|||
Loading…
Reference in a new issue