devops: rename chromium auto-roller workflow

This commit is contained in:
Andrey Lushnikov 2021-08-07 09:07:10 -07:00 committed by GitHub
parent eda2ee5c2a
commit ca22055045
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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 }}',
});
});