From cf303c4fc4b7174312ef03d59b3f2f6d64b6888b Mon Sep 17 00:00:00 2001 From: as-iotex <82106612+as-iotex@users.noreply.github.com> Date: Sun, 2 Jul 2023 15:02:50 +0100 Subject: [PATCH 1/3] semantic pr --- .github/workflows/pr.yaml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 .github/workflows/pr.yaml diff --git a/.github/workflows/pr.yaml b/.github/workflows/pr.yaml new file mode 100644 index 0000000..f753e56 --- /dev/null +++ b/.github/workflows/pr.yaml @@ -0,0 +1,15 @@ +name: "Lint PR" + +permissions: + pull-requests: write + +jobs: + main: + name: Validate PR title + runs-on: ubuntu-latest + steps: + - uses: amannn/action-semantic-pull-request@v5 + env: + GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} + with: + wip: true \ No newline at end of file From 8c05f09e6227be26f7066fed4ba835413c6a7761 Mon Sep 17 00:00:00 2001 From: as-iotex <82106612+as-iotex@users.noreply.github.com> Date: Sun, 2 Jul 2023 15:08:36 +0100 Subject: [PATCH 2/3] . --- .github/workflows/pr.yaml | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/.github/workflows/pr.yaml b/.github/workflows/pr.yaml index f753e56..be8fe32 100644 --- a/.github/workflows/pr.yaml +++ b/.github/workflows/pr.yaml @@ -1,7 +1,14 @@ name: "Lint PR" +on: + pull_request_target: + types: + - opened + - edited + - synchronize + permissions: - pull-requests: write + pull-requests: read jobs: main: From 098ff78405baed55c50a3d3f6841128ef705cda5 Mon Sep 17 00:00:00 2001 From: as-iotex <82106612+as-iotex@users.noreply.github.com> Date: Sun, 2 Jul 2023 15:11:45 +0100 Subject: [PATCH 3/3] feat: test conventional pr afafasdg breaking change --- README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index d0a0075..9d2aa6e 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,8 @@ +# TODO + +Semantic commits +Semantic release automation + # PSACrypto Library [![License](https://img.shields.io/badge/license-Apache%202.0-blue.svg)](LICENSE) @@ -7,7 +12,7 @@ [![Code Formatting](https://github.com/machinefi/psa-crypto/workflows/Code%20formatting/badge.svg)](https://github.com/machinefi/psa-crypto/actions/workflows/code-formatting.yml) -PSACrypto is an Arduino library that implements the cryptography functionality of the Platform Security Architecture (PSA) API. It provides a standardized and easy-to-use interface for cryptographic operations on Arduino boards, ensuring secure communication, data integrity, and confidentiality. +PSACrypto is an Arduino library that implements the cryptography functionality of the Platform Security Architecture (PSA) API. It provides a standardized and easy-to-use interface for cr yptographic operations on Arduino boards, ensuring secure communication, data integrity, and confidentiality. ## Features