mirror of
https://github.com/itzg/docker-minecraft-server.git
synced 2026-06-23 02:24:19 +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