diff --git a/.github/workflows/happy.yml b/.github/workflows/happy.yml new file mode 100644 index 0000000..6173aa5 --- /dev/null +++ b/.github/workflows/happy.yml @@ -0,0 +1,11 @@ +on: + - pull_request + +jobs: + happy: + runs-on: ubuntu-latest + name: happy + steps: + - uses: kitsuyui/happy-commit@v0.5 + with: + GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}