aboutsummaryrefslogtreecommitdiffstats
path: root/.github/workflows/comment-config-changes.yml
Commit message (Collapse)AuthorAgeFilesLines
* ci: check legacy configs, drop "comment" #3781Justin M. Keyes2025-04-261-19/+0
| | | | - Disallow adding new legacy configs. - Drop the "comment" CI job. It is over-engineered, and adds redundant comments on PRs.
* refactor: rename "server_configurations" => "configs" #3330Justin M. Keyes2024-10-011-2/+2
| | | | | | | | | | | | | | Problem: The name `server_configurations` is extremely verbose and irritatingly formal and dogmatic. This overlong name is a constant nuisance when reading, writing, and coding. It's also not even correct: these configurations are just as much "client" configurations as they are "server" configurations. Solution: - Rename to a shorter name. - Leave placeholder files for any old URLs that link to the old location.
* ci(docs): reword "check config changes" #3123Raphael2024-04-251-3/+2
|
* ci: clarify misleading comment from botdundargoc2024-02-241-1/+1
| | | | | | | The job `comment-config-changes.yml` fails if either `doc/server_configurations.md` or `doc/server_configurations.txt`, but the comment never mentions not to change `doc/server_configurations.txt`.
* ci: bump actions/checkout from 3 to 4 (#2794)dependabot[bot]2023-09-051-1/+1
| | | | | | | | | | | | | | | | Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/v3...v4) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* ci: fix config change workflowJustin M. Keyes2023-03-071-1/+1
| | | The backticks appears to be doing process substitution.
* ci: bump action versions (#2322)dundargoc2022-12-171-1/+1
|
* ci: don't auto-close config changesJustin M. Keyes2022-12-151-0/+20
just leave a comment instead