Skip to content

Commit 398fc6e

Browse files
chore(deps): update github/accessibility-alt-text-bot action to v1.5.0 (#3)
[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [github/accessibility-alt-text-bot](https://togithub.com/github/accessibility-alt-text-bot) | action | minor | `v1.4.0` -> `v1.5.0` | --- ### Release Notes <details> <summary>github/accessibility-alt-text-bot (github/accessibility-alt-text-bot)</summary> ### [`v1.5.0`](https://togithub.com/github/accessibility-alt-text-bot/releases/tag/v1.5.0) [Compare Source](https://togithub.com/github/accessibility-alt-text-bot/compare/v1.4.0...v1.5.0) #### What's Changed - Bump [@&#8203;babel/traverse](https://togithub.com/babel/traverse) from 7.23.0 to 7.23.2 by [@&#8203;dependabot](https://togithub.com/dependabot) in [https://github.com/github/accessibility-alt-text-bot/pull/37](https://togithub.com/github/accessibility-alt-text-bot/pull/37) - Update README.md by [@&#8203;kendallgassner](https://togithub.com/kendallgassner) in [https://github.com/github/accessibility-alt-text-bot/pull/39](https://togithub.com/github/accessibility-alt-text-bot/pull/39) - Use GitHub alerts syntax, and use tip instead of note by [@&#8203;HonkingGoose](https://togithub.com/HonkingGoose) in [https://github.com/github/accessibility-alt-text-bot/pull/41](https://togithub.com/github/accessibility-alt-text-bot/pull/41) - feat: add attribution footer to bot comment by [@&#8203;JoshuaKGoldberg](https://togithub.com/JoshuaKGoldberg) in [https://github.com/github/accessibility-alt-text-bot/pull/42](https://togithub.com/github/accessibility-alt-text-bot/pull/42) - Add `JoshuaKGoldberg` as contributor by [@&#8203;JoyceZhu](https://togithub.com/JoyceZhu) in [https://github.com/github/accessibility-alt-text-bot/pull/43](https://togithub.com/github/accessibility-alt-text-bot/pull/43) - Add coverage for screencast by [@&#8203;kendallgassner](https://togithub.com/kendallgassner) in [https://github.com/github/accessibility-alt-text-bot/pull/48](https://togithub.com/github/accessibility-alt-text-bot/pull/48) #### New Contributors - [@&#8203;dependabot](https://togithub.com/dependabot) made their first contribution in [https://github.com/github/accessibility-alt-text-bot/pull/37](https://togithub.com/github/accessibility-alt-text-bot/pull/37) - [@&#8203;JoshuaKGoldberg](https://togithub.com/JoshuaKGoldberg) made their first contribution in [https://github.com/github/accessibility-alt-text-bot/pull/42](https://togithub.com/github/accessibility-alt-text-bot/pull/42) - [@&#8203;JoyceZhu](https://togithub.com/JoyceZhu) made their first contribution in [https://github.com/github/accessibility-alt-text-bot/pull/43](https://togithub.com/github/accessibility-alt-text-bot/pull/43) **Full Changelog**: github/accessibility-alt-text-bot@v1.4.0...v1.5.0 </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/navin-moorthy/create-node-ts-package). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4yNjkuMiIsInVwZGF0ZWRJblZlciI6IjM3LjI2OS4yIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 798d05f commit 398fc6e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: .github/workflows/accessibility-alt-text-bot.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ jobs:
33
if: ${{ !endsWith(github.actor, '[bot]') }}
44
runs-on: ubuntu-latest
55
steps:
6-
- uses: github/accessibility-alt-text-bot@v1.4.0
6+
- uses: github/accessibility-alt-text-bot@v1.5.0
77

88
name: Accessibility Alt Text Bot
99

0 commit comments

Comments
 (0)