bug/69230 Extend Primer::Beta::Avatar as Primer::OpenProject::AvatarWithFallback to render initials in a styled SVG when avatar img src is nil/blank
#1958
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| name: accessibility-alt-text-bot | |
| on: | |
| issues: | |
| types: [opened, edited] | |
| pull_request: | |
| types: [opened, edited] | |
| issue_comment: | |
| types: [created, edited, deleted] | |
| discussion: | |
| types: [created, edited] | |
| discussion_comment: | |
| types: [created, edited, deleted] | |
| permissions: | |
| issues: write | |
| pull-requests: write | |
| discussions: write | |
| jobs: | |
| accessibility_alt_text_bot: | |
| name: Check alt text is set on issue or pull requests | |
| runs-on: ubuntu-latest | |
| 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.7.1 |