Skip to content
  • Rate limit · GitHub

    Access has been restricted

    You have triggered a rate limit.

    Please wait a few minutes before you try again;
    in some cases this may take up to an hour.

  • Notifications You must be signed in to change notification settings
  • Fork 1.2k

Replace hand-rolled dropdown on the dashboard and menu-related UI fixes #301

Replace hand-rolled dropdown on the dashboard and menu-related UI fixes

Replace hand-rolled dropdown on the dashboard and menu-related UI fixes #301

name: Add preview environment URL to PR
on:
pull_request:
types: [labeled]
permissions:
pull-requests: write
env:
PR_NUMBER: ${{ github.event.number }}
jobs:
comment:
if: ${{ contains(github.event.pull_request.labels.*.name, 'preview') }}
runs-on: ubuntu-latest
steps:
- name: Comment with preview URL
uses: thollander/actions-comment-pull-request@v3.0.1
with:
message: |
<div align="center">
|Preview environment👷🏼‍♀️🏗️ |
|:-:|
| [PR-${{env.PR_NUMBER}}](https://pr-${{env.PR_NUMBER}}.review.plausible.io)
</div>