From 127beebe555049c1dfa63c0d8465efcdffa3b4fc Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 18 Oct 2022 12:33:14 +0800 Subject: [PATCH] bump(deps): update release-drafter/release-drafter action to v5.21.1 (#15) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit [![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [release-drafter/release-drafter](https://togithub.com/release-drafter/release-drafter) | action | minor | `v5.20.1` -> `v5.21.1` | --- ### Release Notes
release-drafter/release-drafter ### [`v5.21.1`](https://togithub.com/release-drafter/release-drafter/releases/tag/v5.21.1) [Compare Source](https://togithub.com/release-drafter/release-drafter/compare/v5.21.0...v5.21.1) ### What's Changed #### Dependency Updates - Address `set-output` deprecation ([#​1247](https://togithub.com/release-drafter/release-drafter/issues/1247)) [@​NotMyFault](https://togithub.com/NotMyFault) **Full Changelog**: https://github.com/release-drafter/release-drafter/compare/v5.21.0...v5.21.1 ### [`v5.21.0`](https://togithub.com/release-drafter/release-drafter/releases/tag/v5.21.0) [Compare Source](https://togithub.com/release-drafter/release-drafter/compare/v5.20.1...v5.21.0) ### What's Changed #### New - fetch 100 labels for pull requests instead of 10 ([#​1220](https://togithub.com/release-drafter/release-drafter/issues/1220)) [@​matoubidou](https://togithub.com/matoubidou) **Full Changelog**: https://github.com/release-drafter/release-drafter/compare/v6.0.0-beta.1...v5.21.0
--- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **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. --- - [ ] If you want to rebase/retry this PR, click this checkbox. --- This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://app.renovatebot.com/dashboard#github/BirthdayResearch/sticky). Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/release-drafter.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release-drafter.yml b/.github/workflows/release-drafter.yml index 0d294db..6f43987 100644 --- a/.github/workflows/release-drafter.yml +++ b/.github/workflows/release-drafter.yml @@ -17,6 +17,6 @@ jobs: name: Draft Release runs-on: ubuntu-latest steps: - - uses: release-drafter/release-drafter@06a49bf28488e030d35ca2ac6dbf7f408a481779 # tag=v5.20.1 + - uses: release-drafter/release-drafter@6df64e4ba4842c203c604c1f45246c5863410adb # tag=v5.21.1 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}