Skip to content

fix: fix

fix: fix #13

Workflow file for this run

name: Hello
on:
pull_request:
types: [opened, reopened]
jobs:
hello:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: ./
with:
gh-token: "${{ secrets.GITHUB_TOKEN }}"
label: "needs-review"