devops: rename chromium auto-roller workflow
This commit is contained in:
parent
eda2ee5c2a
commit
ca22055045
4
.github/workflows/roll_chromium_build.yml
vendored
4
.github/workflows/roll_chromium_build.yml
vendored
|
|
@ -1,4 +1,4 @@
|
|||
name: Trigger Chromium build
|
||||
name: "PR: bump //browser_patches/chromium/BUILD_NUMBER"
|
||||
on:
|
||||
workflow_dispatch:
|
||||
schedule:
|
||||
|
|
@ -44,4 +44,4 @@ jobs:
|
|||
base: 'master',
|
||||
title: 'browser(chromium): roll to r${{ steps.bump-chromium.outputs.BASE_POSITION }}',
|
||||
body: 'Upstream commit: https://github.com/chromium/chromium/commit/${{ steps.bump-chromium.outputs.GIT_COMMIT }}',
|
||||
});
|
||||
});
|
||||
|
|
|
|||
Loading…
Reference in a new issue