Commit fe3aa21
[ci] generate upstream update changelog (#1037)
* add step to generate changelog for upstream
* add wip changelog generation
* split in two workflows
* push script closer to final form
* remove gradle wrapper
* (via SylvainJuge): Fix checkout ref to use workflow_run.head_sha instead of undefined input (#1038)
* Fix checkout ref to use workflow_run.head_sha instead of undefined inputs.ref
* Fix workflow_run event context references in changelog-submit-upstream-update workflow
* Add missing BRANCH_NAME env var to changelog workflow step
* Fix variable reference from ${pr_id} to ${PR_NUMBER} in changelog workflow
---------
Co-authored-by: macroscopeapp[bot] <170038800+macroscopeapp[bot]@users.noreply.github.com>
* Update .github/workflows/changelg-submit-upstream-update.yml
Co-authored-by: macroscopeapp[bot] <170038800+macroscopeapp[bot]@users.noreply.github.com>
* wip
* fix stuff
* fix fork
* fix things again
* push with detached head
* fix fork condition
* fix branch name
* avoid temp folder
* another try to get the branch name
* printf debug
* another try
* try with git implicit user/ref
* try it another way
* Add changelog for upstream update
* add condition to skip if already present
* using bash syntax for if
* remove changelog to test again
* cleanup
* remove useless output dir
* wip: debug changelog submit filtering
* add todos
* handle review feedback
* fix pebkc
* try again
* try to merge in two workflows
* validate for upstream update
* rename steps
* try a better approach
* simpler naming for jobs
* try to fix condition
* Add changelog for upstream update
* remove unused env variable
* try to fix things
* swap things again
* yolo debugging
* try something else
* try to fix things again
* add quotes for extra safety
* remove generated changelog
* move inline script to its own file
* make script more strict
* remove github token
* fix path to changelog script
* make script executable
* generate changelog entry
* remove generated changelog
---------
Co-authored-by: macroscopeapp[bot] <170038800+macroscopeapp[bot]@users.noreply.github.com>
Co-authored-by: obltmachine <obltmachine@users.noreply.github.com>1 parent 2835c09 commit fe3aa21
5 files changed
Lines changed: 104 additions & 19 deletions
File tree
- .ci
- .github/workflows
| 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 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 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 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 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 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
| 5 | + | |
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
| |||
This file was deleted.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
66 | 66 | | |
67 | 67 | | |
68 | 68 | | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
69 | 88 | | |
70 | 89 | | |
71 | 90 | | |
| |||
0 commit comments