ssh-action/.github/PULL_REQUEST_TEMPLATE.md
Bo-Yi Wu c4f70287fc
Some checks failed
testing main branch / default-user-name-password (push) Has been cancelled
testing main branch / check-ssh-key (push) Has been cancelled
testing main branch / support-key-passphrase (push) Has been cancelled
testing main branch / multiple-server (push) Has been cancelled
testing main branch / support-ed25519-key (push) Has been cancelled
testing main branch / testing-with-env (push) Has been cancelled
testing main branch / testing ipv6 (push) Has been cancelled
testing main branch / some special character (push) Has been cancelled
testing main branch / testing-capturing-output (push) Has been cancelled
testing main branch / testing-script-stop (push) Has been cancelled
testing main branch / windows-binary-download (push) Has been cancelled
testing main branch / testing-script-error (push) Has been cancelled
testing stable version / default-user-name-password (push) Has been cancelled
testing stable version / check-ssh-key (push) Has been cancelled
testing stable version / support-key-passphrase (push) Has been cancelled
testing stable version / multiple-server (push) Has been cancelled
testing stable version / support-ed25519-key (push) Has been cancelled
testing stable version / testing-with-env (push) Has been cancelled
Trivy Security Scan / Trivy Security Scan (push) Has been cancelled
chore(ci): improve repository maintenance configuration
- Enable weekly Dependabot updates for GitHub Actions dependencies
- Consolidate duplicate Trivy scans into a single SARIF scan with exit-code gate
- Ignore macOS metadata and locally downloaded drone-ssh binaries
- Add feature request issue template and pull request checklist template

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
2026-08-16 20:07:09 +08:00

15 lines
402 B
Markdown

## Description
Please describe what this PR changes and why.
## Related Issues
Fixes #
## Checklist
- [ ] Tests pass (`.github/workflows/main.yml` scenarios cover this change)
- [ ] `action.yml` input descriptions updated (if adding/changing parameters)
- [ ] README.md parameter tables updated (if adding/changing parameters)
- [ ] Chinese translations updated (README.zh-cn.md, README.zh-tw.md)