Skip to content

chore: add test

chore: add test #9

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.GH_TOKEN }}"
label: "needs-review"