Skip to content

Bump the all-julia-dependencies group across 3 directories with 18 updates #60

Bump the all-julia-dependencies group across 3 directories with 18 updates

Bump the all-julia-dependencies group across 3 directories with 18 updates #60

Workflow file for this run

name: Comment on PR
on:
pull_request:
types: [opened]
jobs:
pr_comment:
runs-on: ubuntu-latest
steps:
- name: Create PR comment
# if this is a pull request build AND the pull request is NOT made from a fork
if: github.event_name == 'pull_request' && github.repository == github.event.pull_request.head.repo.full_name
uses: thollander/actions-comment-pull-request@24bffb9b452ba05a4f3f77933840a6a841d1b32b
with:
message: 'Once the build has completed, you can preview your PR at this URL: https://NumericalMathematics.github.io/Ariadne.jl/previews/PR${{ github.event.number }}/ in a couple of minutes.'
github-token: ${{ secrets.GITHUB_TOKEN }}