mirror of
https://github.com/certbot/certbot.git
synced 2026-08-03 03:52:02 +02:00
notify about PRs from forks (#10101)
This commit is contained in:
@@ -1,14 +1,13 @@
|
|||||||
name: Merge Event
|
name: Merge Event
|
||||||
|
|
||||||
on:
|
on:
|
||||||
pull_request:
|
pull_request_target:
|
||||||
types:
|
types:
|
||||||
- closed
|
- closed
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
if_merged:
|
if_merged:
|
||||||
# Forked repos can not access Mattermost secret.
|
if: github.event.pull_request.merged == true
|
||||||
if: github.event.pull_request.merged == true && !github.event.pull_request.head.repo.fork
|
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: mattermost/action-mattermost-notify@master
|
- uses: mattermost/action-mattermost-notify@master
|
||||||
|
|||||||
Reference in New Issue
Block a user