From 9b3ddb44e28e21ac4d7915ec6c6ee9982e94ccc3 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 24 Nov 2024 06:53:25 +0000 Subject: [PATCH] chore(deps): update joshuakgoldberg/all-contributors-auto-action action to v0.5.0 (#498) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [JoshuaKGoldberg/all-contributors-auto-action](https://redirect.github.com/JoshuaKGoldberg/all-contributors-auto-action) | action | minor | `v0.4.3` -> `v0.5.0` | --- ### Release Notes
JoshuaKGoldberg/all-contributors-auto-action (JoshuaKGoldberg/all-contributors-auto-action) ### [`v0.5.0`](https://redirect.github.com/JoshuaKGoldberg/all-contributors-auto-action/releases/tag/v0.5.0): : Issue Co-Authors [Compare Source](https://redirect.github.com/JoshuaKGoldberg/all-contributors-auto-action/compare/v0.4.3...v0.5.0) The main update here is pulling in [https://github.com/JoshuaKGoldberg/all-contributors-for-repository/pull/445](https://redirect.github.com/JoshuaKGoldberg/all-contributors-for-repository/pull/445). This action should now respect `Co-authored-by: @​` comments in issues! **Full Changelog**: https://github.com/JoshuaKGoldberg/all-contributors-auto-action/compare/v0.4.3...v0.5.0
--- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/JoshuaKGoldberg/should-semantic-release). Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/contributors.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/contributors.yml b/.github/workflows/contributors.yml index 9d22aa16..4d788e7b 100644 --- a/.github/workflows/contributors.yml +++ b/.github/workflows/contributors.yml @@ -8,7 +8,7 @@ jobs: - uses: ./.github/actions/prepare - env: GITHUB_TOKEN: ${{ secrets.ACCESS_TOKEN }} - uses: JoshuaKGoldberg/all-contributors-auto-action@v0.4.3 + uses: JoshuaKGoldberg/all-contributors-auto-action@v0.5.0 name: Contributors