wpavatar/.forgejo/workflows/auto-label.yml
wenpai 30509b169e
Some checks failed
gitleaks 密钥泄露扫描 / gitleaks (push) Successful in 1s
WordPress 插件 CI / ci (push) Failing after 1s
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:05 +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