From 0da69f95acb66c26bc0156d4e30e42e1122f8c54 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" Date: Mon, 5 Jan 2026 14:06:14 +0000 Subject: [PATCH] Update JasonEtco/is-sponsor-label-action action to v2 (#16) 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 | |---|---|---|---| | [JasonEtco/is-sponsor-label-action](https://github.com/JasonEtco/is-sponsor-label-action) | action | major | `v1` → `v2` | --- ### Release Notes
JasonEtco/is-sponsor-label-action (JasonEtco/is-sponsor-label-action) ### [`v2`](https://github.com/JasonEtco/is-sponsor-label-action/compare/v1...v2) [Compare Source](https://github.com/JasonEtco/is-sponsor-label-action/compare/v1...v2)
--- ### 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, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). Reviewed-on: https://git.tainton.uk/repos/TeamsUserEnroller/pulls/16 Co-authored-by: renovate[bot] Co-committed-by: renovate[bot] --- .archive/.github/workflows/sponsors.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.archive/.github/workflows/sponsors.yml b/.archive/.github/workflows/sponsors.yml index 8cf880d..c16f66f 100644 --- a/.archive/.github/workflows/sponsors.yml +++ b/.archive/.github/workflows/sponsors.yml @@ -9,6 +9,6 @@ jobs: name: is-sponsor-label runs-on: ubuntu-latest steps: - - uses: JasonEtco/is-sponsor-label-action@v1 + - uses: JasonEtco/is-sponsor-label-action@v2 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}