mirror of
https://github.com/chromebrew/chromebrew.git
synced 2026-05-01 03:00:26 -04:00
* Add regenerate_pr label usage to workflow. Signed-off-by: Satadru Pramanik <satadru@gmail.com> * Adjust branch detection in workflow and use actions/checkout@v6 in workflows. Signed-off-by: Satadru Pramanik <satadru@gmail.com> * Adjust {{ inputs.branch || github.ref_name }} to {{ inputs.branch || github.head_ref || github.ref_name }} to handle invocation of worflows from more types of actions. Signed-off-by: Satadru Pramanik <satadru@gmail.com> --------- Signed-off-by: Satadru Pramanik <satadru@gmail.com>