mirror of
https://gitee.com/dcren/openiddict-documentation.git
synced 2026-01-02 12:27:12 +08:00
Create issue.yml
This commit is contained in:
16
.github/workflows/issue.yml
vendored
Normal file
16
.github/workflows/issue.yml
vendored
Normal file
@@ -0,0 +1,16 @@
|
|||||||
|
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 }}
|
||||||
Reference in New Issue
Block a user