Skip to content

Bump skills/exercise-toolkit from 0.6.0 to 0.7.3 #6

Bump skills/exercise-toolkit from 0.6.0 to 0.7.3

Bump skills/exercise-toolkit from 0.6.0 to 0.7.3 #6

Workflow file for this run

name: Post welcome comment
on:
pull_request:
types: [opened]
permissions:
pull-requests: write
jobs:
welcome:
name: Post welcome comment
runs-on: ubuntu-latest
steps:
- run: gh pr comment "$PR_URL" --body "Welcome to the repository!"
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
PR_URL: ${{ github.event.pull_request.html_url }}