Commit Graph

5 Commits

Author SHA1 Message Date
Abner C. Paula
3ee87aca07 generate-license-file: Move script to scripts folder
This commit also adds if condition to check license file change.
It is to avoid empty commits.

Signed-off-by: Abner C. Paula <abner.cordeiro@ossystems.com.br>
2024-12-04 09:33:39 -03:00
Vishwanath Martur
457e365609 Add workflow to auto-update LICENSE file with recipe licenses 2024-11-12 15:12:59 +00:00
Vinicius Aquino
485a417afd cicd: backport: Fix events allowing the workflow to run
Even when using pull_request_target, the merged is issued as
pull_request and this should be used to ensure we can run the workflow.

Signed-off-by: Vinicius Aquino <vinicius.aquino@ossystems.com.br>
2021-08-09 10:45:08 -03:00
Vinicius Aquino
20f7b80f3f cicd: Use pull_request_target instead of pull_request
When a PR comes from a forked repo, use pull_request_target as event
type instead of pull_request.

Signed-off-by: Vinicius Aquino <vinicius.aquino@ossystems.com.br>
2021-07-06 17:58:27 -03:00
Vinicius Aquino
da9165a8d2 cicd: Add backport workflow
This allow for easier backport of PRs to existing releases.

Signed-off-by: Vinicius Aquino <vinicius.aquino@ossystems.com.br>
2021-06-18 11:15:03 -03:00