mirror of
https://github.com/juanfont/headscale.git
synced 2026-02-07 20:04:00 +01:00
Replace tiangolo/issue-manager with custom logic that distinguishes bot comments from human responses. The issue-manager action treated all comments equally, so the bot's own instruction comment would trigger label removal on the next scheduled run. Split into two jobs: - remove-label-on-response: triggers on issue_comment from non-bot users, removes the needs-more-info label immediately - close-stale: runs on daily schedule, uses nushell to iterate open needs-more-info issues, checks for human comments after the label was added, and closes after 3 days with no response |
||
|---|---|---|
| .. | ||
| build.yml | ||
| check-generated.yml | ||
| check-tests.yaml | ||
| docs-deploy.yml | ||
| docs-test.yml | ||
| gh-action-integration-generator.go | ||
| gh-actions-updater.yaml | ||
| integration-test-template.yml | ||
| lint.yml | ||
| needs-more-info-comment.yml | ||
| needs-more-info-timer.yml | ||
| nix-module-test.yml | ||
| release.yml | ||
| stale.yml | ||
| support-request.yml | ||
| test-integration.yaml | ||
| test.yml | ||
| update-flake.yml | ||