We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 51df777 commit 0649e1aCopy full SHA for 0649e1a
1 file changed
.github/workflows/showcase-checker.yml
@@ -41,8 +41,6 @@ jobs:
41
env:
42
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
43
with:
44
- data_version: 'v2'
45
- data_path: '/v2/data.json'
46
sort: 'version-desc' # created-desc/created-asc/updated-desc/updated-asc/version-desc
47
exclude_issue_with_labels: '审核中, 风险网站, 无效主题' # 具有哪些标签的issue不生成到JSON中
48
hide_labels: '白名单' # 这些标签不显示在前端页面
0 commit comments