Skip to content

Update CHANGELOG entry when npm version is ran instead of only through GitHub Actions workflow #13155

Update CHANGELOG entry when npm version is ran instead of only through GitHub Actions workflow

Update CHANGELOG entry when npm version is ran instead of only through GitHub Actions workflow #13155

name: Accessibility bot
on:
issues:
types: [opened, edited]
pull_request:
types: [opened, edited]
issue_comment:
types: [created, edited]
discussion:
types: [created, edited]
discussion_comment:
types: [created, edited]
permissions:
issues: write
pull-requests: write
discussions: write
jobs:
images:
name: Check images
runs-on: ubuntu-22.04
steps:
- name: Check images for alt text
uses: github/accessibility-alt-text-bot@v1.7.3