Skip to content

Workflows: add a comment with dev-link to PRs #1

Workflows: add a comment with dev-link to PRs

Workflows: add a comment with dev-link to PRs #1

Workflow file for this run

name: Comment on PR
on:
pull_request:
types: [opened]
jobs:
comment:
runs-on: ubuntu-latest
steps:
- name: Comment PR
uses: thollander/actions-comment-pull-request@v2
with:
message: |
This is a link to a preview of the website from this Pull Request: [dev.berlin.freifunk.net/${{ github.head_ref }}/](http://dev.berlin.freifunk.net/${{ github.head_ref }}/).