mirror of
https://gitee.com/dcren/openiddict-documentation.git
synced 2026-01-02 20:42:18 +08:00
19 lines
359 B
YAML
19 lines
359 B
YAML
name: issue
|
|
|
|
on:
|
|
issues:
|
|
types: [opened]
|
|
|
|
jobs:
|
|
sponsor_job:
|
|
runs-on: ubuntu-latest
|
|
name: Add sponsor label
|
|
steps:
|
|
- name: Add sponsor label
|
|
id: sponsors-labels
|
|
uses: brianlagunas/sponsor-action@v1.0
|
|
with:
|
|
maintainers: 'kevinchalet'
|
|
label: 'sponsor'
|
|
github_token: ${{ secrets.GITHUB_TOKEN }}
|