Commit bb8b7eb
committed
revert: remove release-please + PR title lint automation
Drops the release-please bot and the PR title lint workflow added in
PR #59. They were experimental and don't match the awslabs convention
(none of awslabs/mcp, aws-lambda-powertools-python, automated-security-helper,
multi-agent-orchestrator use release-please). Removing reduces
third-party action attack surface (release-please-action@v4 and
amannn/action-semantic-pull-request@v5 both had contents:write +
pull-requests:write permissions running on every push to main / every
PR), and removes infrastructure that wasn't being used: the
release-please run on PR #58's merge failed because the org-level
"Allow GitHub Actions to create and approve pull requests" setting is
disabled (correctly disabled for security).
Releases revert to the manual `make release` flow that we successfully
used to ship v0.3.5. AGENTS.md restored to describe that flow.
Kept from the prior work (independent wins, not release-please-specific):
- setuptools-scm migration (PR #56): version still derived from git tags
- SETUPTOOLS_SCM_PRETEND_VERSION_FOR_* in publish.yml (PR #57): still
needed to force tag version through dirty-tree builds
Removes:
.github/workflows/release-please.yml
.github/workflows/lint-pr-title.yml
release-please-config.json
.release-please-manifest.json
Post-merge cleanup (manual via web UI):
1. Delete the "main protection" branch ruleset on
Settings → Rules → Rulesets — otherwise it blocks all future PRs
waiting for the `lint` check that no longer exists.
2. Delete the stale release-please--branches--main branch on origin
left over from the failed bot run: git push origin --delete release-please--branches--main1 parent 6cc51a8 commit bb8b7eb
5 files changed
Lines changed: 21 additions & 124 deletions
File tree
- .github/workflows
This file was deleted.
This file was deleted.
This file was deleted.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
28 | | - | |
29 | | - | |
30 | | - | |
31 | | - | |
32 | | - | |
33 | | - | |
34 | | - | |
35 | | - | |
36 | | - | |
37 | | - | |
38 | | - | |
39 | | - | |
40 | | - | |
41 | | - | |
42 | | - | |
43 | | - | |
44 | | - | |
45 | | - | |
46 | | - | |
47 | | - | |
48 | | - | |
49 | | - | |
50 | | - | |
51 | | - | |
52 | | - | |
53 | | - | |
54 | | - | |
55 | | - | |
56 | | - | |
57 | | - | |
58 | | - | |
59 | | - | |
60 | | - | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
This file was deleted.
0 commit comments