mirror of
https://github.com/itzg/docker-minecraft-server.git
synced 2026-06-23 10:34:17 +00:00
16 lines
409 B
YAML
16 lines
409 B
YAML
name: Sponsor Labeler
|
|
|
|
on:
|
|
issues:
|
|
types:
|
|
- opened
|
|
pull_request_target:
|
|
types:
|
|
- opened
|
|
|
|
jobs:
|
|
label-sponsor:
|
|
uses: itzg/github-workflows/.github/workflows/sponsor-labeler.yml@main
|
|
with:
|
|
author: ${{ github.event.issue.user.login || github.event.pull_request.user.login }}
|
|
number: ${{ github.event.issue.number || github.event.pull_request.number }} |