wpmind/.forgejo/workflows/auto-label.yml
wenpai ca1c4d79d3
Some checks failed
gitleaks 密钥泄露扫描 / gitleaks (push) Successful in 2s
WordPress 插件 CI / ci (push) Failing after 7s
ci: deploy shared CI workflows from WenPai-org/ci-workflows
- gitleaks: secret leakage scanning
- wp-plugin-ci/go-ci: lint & static analysis
- security-scan: dependency vulnerability check
- auto-label: automatic PR labeling
- stale-cleanup: stale issue/PR management
2026-05-04 19:05:00 +08:00

17 lines
369 B
YAML
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

name: Auto Label
on:
schedule:
- cron: '30 5 * * 1' # 每周一凌晨 5:30stale-cleanup 之后)
workflow_dispatch:
jobs:
auto-label:
runs-on: linux-arm64
steps:
- uses: actions/checkout@v4
- name: 自动给 PR 打标签
env:
FORGEJO_TOKEN: ${{ secrets.FORGEJO_TOKEN }}
run: python3 scripts/auto-label.py