Skip to content

Commit

Permalink
Merge branch 'hussam-i-am/preview-page' of https://github.com/primer/…
Browse files Browse the repository at this point in the history
…react into hussam-i-am/preview-page
  • Loading branch information
hussam-i-am committed Jan 7, 2025
2 parents 1b07d6e + 3d08d7d commit a1d4219
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/accessibility-alt-text-bot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +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, deleted]

permissions:
issues: write
Expand All @@ -21,4 +23,4 @@ jobs:
if: ${{ github.event.issue || github.event.pull_request || github.event.discussion }}
steps:
- name: Get action 'github/accessibility-alt-text-bot'
uses: github/accessibility-alt-text-bot@v1.5.0
uses: github/accessibility-alt-text-bot@v1.6.0

0 comments on commit a1d4219

Please sign in to comment.