mirror of
https://github.com/immich-app/immich.git
synced 2025-08-07 09:04:09 -04:00
chore: different close message for fork PRs
This commit is contained in:
parent
1dc5546b9f
commit
f756e94be9
7
.github/workflows/preview-label.yaml
vendored
7
.github/workflows/preview-label.yaml
vendored
@ -35,6 +35,13 @@ jobs:
|
|||||||
})
|
})
|
||||||
|
|
||||||
- uses: mshick/add-pr-comment@b8f338c590a895d50bcbfa6c5859251edc8952fc # v2.8.2
|
- uses: mshick/add-pr-comment@b8f338c590a895d50bcbfa6c5859251edc8952fc # v2.8.2
|
||||||
|
if: ${{ github.event.pull_request.head.repo.fork }}
|
||||||
|
with:
|
||||||
|
message-id: 'preview-status'
|
||||||
|
message: 'PRs from forks cannot have preview environments.'
|
||||||
|
|
||||||
|
- uses: mshick/add-pr-comment@b8f338c590a895d50bcbfa6c5859251edc8952fc # v2.8.2
|
||||||
|
if: ${{ !github.event.pull_request.head.repo.fork }}
|
||||||
with:
|
with:
|
||||||
message-id: 'preview-status'
|
message-id: 'preview-status'
|
||||||
message: 'Preview environment has been removed.'
|
message: 'Preview environment has been removed.'
|
||||||
|
Loading…
x
Reference in New Issue
Block a user