Skip to content

Bump symfony/process from 5.4.45 to 5.4.46 in the composer group #19

Bump symfony/process from 5.4.45 to 5.4.46 in the composer group

Bump symfony/process from 5.4.45 to 5.4.46 in the composer group #19

name: Add Gitpod link
on:
pull_request_target:
types: [opened]
jobs:
comment-in-pr:
runs-on: ubuntu-latest
permissions:
contents: write
pull-requests: write
repository-projects: write
id-token: write
steps:
- name: Checkout
uses: actions/checkout@v4
- uses: actions/github-script@v7
with:
script: |
github.rest.issues.createComment({
issue_number: context.issue.number,
owner: context.repo.owner,
repo: context.repo.repo,
body: '[![Open in Gitpod](https://gitpod.io/button/open-in-gitpod.svg)](https://gitpod.io/#https://github.com/${{github.repository}}/pull/${{github.event.number}})'
})