Commit 94bff8d
ci(release): Switch from action-prepare-release to Craft (#5014)
* ci(release): Switch from action-prepare-release to Craft
This PR migrates from the deprecated action-prepare-release to the new
Craft GitHub Actions (reusable workflow or composite action).
Changes:
- Migrate .github/workflows/release.yml to Craft reusable workflow
* ci(release): Restore GitHub App token authentication
The previous migration incorrectly removed the GitHub App token
authentication step. This commit restores it by switching to the
composite action pattern which preserves the auth flow.
* fix: Pin actions to SHA and add permissions blocks
* fix: Use correct action version SHAs (restore original versions)
* fix: Clean up action version comments
* Update Craft SHA to 1c58bfd57bfd6a967b6f3fc92bead2c42ee698ce
* Add explicit permissions block to agp-matrix.yml
* Add explicit permissions block to enforce-license-compliance.yml
* Add explicit permissions block to generate-javadocs.yml
* Add explicit permissions block to integration-tests-benchmarks.yml
* Add explicit permissions block to integration-tests-ui-critical.yml
* Add explicit permissions block to integration-tests-ui.yml
* Revert permissions changes to agp-matrix.yml
* Revert permissions changes to enforce-license-compliance.yml
* Revert permissions changes to generate-javadocs.yml
* Revert permissions changes to integration-tests-benchmarks.yml
* Revert permissions changes to integration-tests-ui-critical.yml
* Revert permissions changes to integration-tests-ui.yml
* fix: revert extraneous changes to non-release workflow files
* fix: clean up release.yml formatting and version comments
* build(craft): Update Craft action to c6e2f04
* chore: add unlabeled trigger to changelog-preview
---------
Co-authored-by: Roman Zavarnitsyn <rom4ek93@gmail.com>1 parent fb05841 commit 94bff8d
2 files changed
+25
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | | - | |
7 | | - | |
| 6 | + | |
| 7 | + | |
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
15 | 19 | | |
16 | 20 | | |
17 | 21 | | |
| |||
30 | 34 | | |
31 | 35 | | |
32 | 36 | | |
33 | | - | |
| 37 | + | |
34 | 38 | | |
35 | 39 | | |
36 | 40 | | |
| |||
0 commit comments