mirror of
https://github.com/itzg/docker-minecraft-server.git
synced 2026-08-13 18:53:18 +00:00
Add github workflow to label issues/prs authored by sponsor (#4120)
This commit is contained in:
@@ -0,0 +1,23 @@
|
|||||||
|
name: Label Sponsor Contributions
|
||||||
|
on:
|
||||||
|
issues:
|
||||||
|
types:
|
||||||
|
- opened
|
||||||
|
pull_request_target:
|
||||||
|
types:
|
||||||
|
- opened
|
||||||
|
|
||||||
|
jobs:
|
||||||
|
label-sponsor:
|
||||||
|
runs-on: ubuntu-latest
|
||||||
|
permissions:
|
||||||
|
pull-requests: write
|
||||||
|
issues: write
|
||||||
|
|
||||||
|
steps:
|
||||||
|
- name: Check if sponsor
|
||||||
|
uses: JasonEtco/is-sponsor-label-action@v1
|
||||||
|
env:
|
||||||
|
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||||
|
with:
|
||||||
|
label: sponsor
|
||||||
Reference in New Issue
Block a user