-
Notifications
You must be signed in to change notification settings - Fork 74
39 lines (31 loc) · 1.36 KB
/
community-task-updater.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
name: Community Task Updater
on:
# Trigger on issue events
issues:
types: [opened, edited, deleted, transferred, milestoned, demilestoned, labeled, unlabeled, assigned, unassigned]
jobs:
osp-run:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Community Tasks Updater
uses: elliotxx/osp-action@v1
with:
# Optional: version of OSP to use (default: latest)
version: 'latest'
# Optional: working directory (default: project root)
working-directory: '.'
# Optional: GitHub token (default: ${{ github.token }})
github-token: ${{ secrets.GITHUB_TOKEN }}
# Optional: enable debug mode (default: false)
debug: false
# Optional: skip caching (default: false)
skip-cache: false
# Optional: additional OSP arguments
args: >-
onboard
--yes
--onboard-labels 'help wanted,good first issue'
--difficulty-labels 'easy,medium,hard'
--category-labels area/cli,area/ai,area/search,area/insight,area/cluster-mgmt,area/experience,area/installation,area/performance,area/server,area/storage,area/syncer,bug,chore,enhancement,governance,security,testing,logistics,integration,documentation
--target-title 'Community tasks | 新手任务清单 🎖︎'