From 63880993e0096951bdb1ea2c6b6aeb9b825a1d31 Mon Sep 17 00:00:00 2001 From: Cedric Ziel Date: Sun, 21 Jul 2024 16:22:50 +0200 Subject: [PATCH] chore: add license to readme (#3) * Update README.md * chore: require semantic PRs --- .github/workflows/semantic-pr.yaml | 21 +++++++++++++++++++++ README.md | 4 ++++ 2 files changed, 25 insertions(+) create mode 100644 .github/workflows/semantic-pr.yaml diff --git a/.github/workflows/semantic-pr.yaml b/.github/workflows/semantic-pr.yaml new file mode 100644 index 0000000..62b4a6d --- /dev/null +++ b/.github/workflows/semantic-pr.yaml @@ -0,0 +1,21 @@ +name: "Lint PR" + +on: + pull_request_target: + types: + - opened + - edited + - synchronize + - reopened + +permissions: + pull-requests: read + +jobs: + main: + name: Validate PR title + runs-on: ubuntu-latest + steps: + - uses: amannn/action-semantic-pull-request@v5 + env: + GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} \ No newline at end of file diff --git a/README.md b/README.md index bdfa9ff..8620feb 100644 --- a/README.md +++ b/README.md @@ -1 +1,5 @@ # Cedrics HomeAssistant Addons + +## License + +MIT