3
0
mirror of https://github.com/grafana/grafana.git synced 2025-02-25 18:55:37 -06:00
Commit Graph

9 Commits

Author SHA1 Message Date
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 ()
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 ()
Fix release-comms regex
2024-07-26 08:18:22 +02:00
Kevin Minehart
9a3672c2bb
CI: post changelog to forum in release-comms ()
* 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 ()
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 ()
* 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 ()
remove missing dep from workflow action
2024-07-10 13:03:49 -05:00
Kevin Minehart
63e715f6a9
CI: Sync branch and tag after release ()
* 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 ()
* 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 ()
* add release comms workflow

* add version input

* Add release-comms workflow to CODEOWNERS
2024-06-25 16:37:38 -05:00