Skip to content

Update to 5 in STEP and README.md #7

Update to 5 in STEP and README.md

Update to 5 in STEP and README.md #7

Workflow file for this run

name: Post welcome comment

Check failure on line 1 in .github/workflows/welcome.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/welcome.yml

Invalid workflow file

`permissions` is not a valid event name
on:
pull_request:
types: [opened]
permissions:
pull-requests: write
jobs:
build:
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 }}