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 }} 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).