Kevin Minehart
7b1be85980
[release-11.5.5] Backport workflow fixes ( #104694 )
...
* Copy workflows and actions from main
* add zizmor.yml
2025-04-29 11:47:01 -05:00
Kevin Minehart
9d6c9b7503
[release-11.5.5] CI: Fix bug in post-release workflow ( #104543 )
...
CI: Fix bug in post-release workflow (#103368 )
version should be prefixed with a v
(cherry picked from commit 5a2eedbae1 )
2025-04-25 14:25:56 +01:00
Kevin Minehart
f16a6dc98c
[release-11.5.2] CI: Post-release process branch / PR migration ( #100936 )
...
CI: Post-release process branch / PR migration (#100930 )
* update output for token in release-comms
* use token from needs
* generate token in individual workflows
* Set secrets
* define secrest in referenced workflows
* wrong secret lol
* oops
* grafana/grafana -> grafana/grafana-enterprise
(cherry picked from commit 75189de4f7 )
2025-02-19 01:53:08 +02:00
grafana-delivery-bot[bot]
62b5a147fd
[release-11.5.2] CI: release comms should trigger on merges to release- branches ( #100904 )
...
CI: release comms should trigger on merges to release- branches (#100901 )
release comms should trigger on merges to release- branches
(cherry picked from commit 14477a7fe9 )
Co-authored-by: Kevin Minehart <5140827+kminehart@users.noreply.github.com >
2025-02-18 22:53:34 +02:00
Kevin Minehart
4683c0f157
[release-11.5.2] CI: Backport to release branches ( #100691 )
...
CI: Backport to release branches (#100067 )
* update backport and release comms
* Backport to release branches and change docs source branch for publishing
* Add new workflows to CODEOWNERS
* Re-add removed line oops
* backport-testing -> grafana
* checkout grafana repo in backport action, reference repo / branch in reusable action
* generate -> create
(cherry picked from commit 6787cdccb9 )
2025-02-14 07:56:07 -06:00
Jev Forsberg
d8c19136bf
CI: Fix latest tag not being correctly applied to releases ( #96497 )
...
* baldm0mma/tag_latest_bug/ update github-release.yml default values
* baldm0mma/tag_latest_bug/ update release-comms.yml
* baldm0mma/tag_latest_bug/ update logic
* baldm0mma/tag_latest_bug/ update logic
* baldm0mma/tag_latest_bug/ update logic
* baldm0mma/tag_latest_bug/ update logic for both cases
* baldm0mma/tag_latest_bug/ update comment
2024-11-19 10:17:01 -07:00
Kevin Minehart
4e84234424
CI: set dry-run if release/dry-run label is set on release-comms.yml and set latest on github release if latest is set ( #91089 )
...
set dry-run and set latest on github release
2024-07-27 02:14:36 +03:00
Kevin Minehart
a19a9903bf
CI: Fix release-comms regex ( #91024 )
...
Fix release-comms regex
2024-07-26 08:18:22 +02:00
Kevin Minehart
9a3672c2bb
CI: post changelog to forum in release-comms ( #90742 )
...
* post changelog to forum in post-release workflow
2024-07-22 18:00:37 +03:00
Kevin Minehart
9232db2416
CI: For every release PR created, also push a changelog PR to main ( #90698 )
...
For every release PR created, also push a changelog PR to main
2024-07-19 16:54:59 -05:00
Kevin Minehart
a28db90dd5
CI: fix release pr condition ( #90299 )
...
* Release comms should only run when the source PR is
* Fix release-comms workflow condition
2024-07-10 23:17:19 +03:00
Kevin Minehart
f411d85749
CI: remove missing dependency from workflow action ( #90285 )
...
remove missing dep from workflow action
2024-07-10 13:03:49 -05:00
Kevin Minehart
63e715f6a9
CI: Sync branch and tag after release ( #89967 )
...
* Added `workflow_call` event to allow other workflows to invoke the "Create or update GitHub release"
* Added `dry_run` to `github-release.yml`
* Added `latest` to `release-pr.yml` which will cause the release PR to add a `release/latest` label.
* Removed unnecessary github app creation from github-release workflow and just used permissions.
2024-07-08 14:32:28 -05:00
Kevin Minehart
16b050f676
CI: fix release comms workflow ( #89744 )
...
* add runs-on key
* remove unneeded env key
* use more specific quotes in commands
* fix block syntax
* fix workflow dispatch event check
2024-06-26 17:21:10 +03:00
Kevin Minehart
3ede2dba24
CI: add release comms workflow ( #89718 )
...
* add release comms workflow
* add version input
* Add release-comms workflow to CODEOWNERS
2024-06-25 16:37:38 -05:00