ddclient/.github/workflows
Richard Hansen 56f88e3bab New GitHub workflow to prohibit autosquash commits
This prohibits commits whose commit message starts with "squash!",
"fixup!", or "amend!" unless the PR has the 'pr-permit-autosquash'
label.  Such commits are created via the `--fixup` or `--squash`
options to `git commit`, and cause `git rebase --autosquash` to
automatically adjust the todo list appropriately before performing the
rebase.  Their existence implies that the PR should be rebased with
`--autosquash` before merging.
2025-01-07 04:30:40 -05:00
..
scripts docs: Added initial description on provider implementation rules 2023-11-23 13:00:06 +01:00
ci.yml ci: Pass --skip-broken after install, not before 2024-07-13 04:42:06 -04:00
pr.yml New GitHub workflow to prohibit autosquash commits 2025-01-07 04:30:40 -05:00