From 66ca724e0707b7aec3c3bde7f7d5af5326661536 Mon Sep 17 00:00:00 2001 From: Robin Mueller Date: Tue, 2 Nov 2021 00:07:57 +0100 Subject: [PATCH 1/2] typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8321a14..0b46e57 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # PAC for the Vorago VA108xx microcontroller family -This repository contains the Peripheral Access CRate (PAC) for +This repository contains the Peripheral Access Crate (PAC) for Voragos VA108xx series of Cortex-M0 based microcontrollers. The crate was generated using [`svd2rust`](https://github.com/rust-embedded/svd2rust). From 02d6188b4db5773b9233fdd123b9ca962a9913dc Mon Sep 17 00:00:00 2001 From: Robin Mueller Date: Tue, 2 Nov 2021 00:10:01 +0100 Subject: [PATCH 2/2] explicit noChangelogLabel --- .github/workflows/changelog.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/changelog.yml b/.github/workflows/changelog.yml index 8c62fe2..dbba297 100644 --- a/.github/workflows/changelog.yml +++ b/.github/workflows/changelog.yml @@ -15,5 +15,6 @@ jobs: uses: Zomzog/changelog-checker@v1.2.0 with: fileName: CHANGELOG.md + noChangelogLabel: no changelog env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}