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 <details> <summary>JasonEtco/is-sponsor-label-action (JasonEtco/is-sponsor-label-action)</summary> ### [`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) </details> --- ### 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. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0Mi43MS4wIiwidXBkYXRlZEluVmVyIjoiNDIuNzEuMCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==--> Reviewed-on: #16 Co-authored-by: renovate[bot] <renovate-bot@git.tainton.uk> Co-committed-by: renovate[bot] <renovate-bot@git.tainton.uk>
15 lines
287 B
YAML
15 lines
287 B
YAML
name: Label sponsors
|
|
on:
|
|
pull_request:
|
|
types: [opened]
|
|
issues:
|
|
types: [opened]
|
|
jobs:
|
|
build:
|
|
name: is-sponsor-label
|
|
runs-on: ubuntu-latest
|
|
steps:
|
|
- uses: JasonEtco/is-sponsor-label-action@v2
|
|
env:
|
|
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|