Skip to content

Add capacitive touch support for the micro:bit v2 logo (#117) #420

Add capacitive touch support for the micro:bit v2 logo (#117)

Add capacitive touch support for the micro:bit v2 logo (#117) #420

Workflow file for this run

on:
pull_request_target:
types: [opened, synchronize, reopened, labeled, unlabeled]
name: Changelog check
jobs:
changelog:
name: Changelog check
runs-on: ubuntu-latest
steps:
- name: Checkout sources
uses: actions/checkout@v6
- name: Changelog updated
uses: Zomzog/changelog-checker@v1.3.0
with:
fileName: CHANGELOG.md
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}