Skip to content

Commit

Permalink
Merge pull request #50 from github/kendallgassner-patch-1
Browse files Browse the repository at this point in the history
Update accessibility-alt-text-bot.yml
  • Loading branch information
kendallgassner authored Jan 8, 2025
2 parents 4221bd9 + f6a61e5 commit 5f83e07
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/accessibility-alt-text-bot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@ on:
pull_request:
types: [opened, edited]
issue_comment:
types: [created, edited]
types: [created, edited, deleted]
discussion:
types: [created, edited]
discussion_comment:
types: [created, edited]
types: [created, edited, deleted]

permissions:
issues: write
Expand All @@ -20,4 +20,4 @@ jobs:
accessibility_alt_text_bot:
runs-on: ubuntu-latest
steps:
- uses: github/accessibility-alt-text-bot@v1.4.0
- uses: github/accessibility-alt-text-bot@v1.6.0

0 comments on commit 5f83e07

Please sign in to comment.