mirror of
https://github.com/chromebrew/chromebrew.git
synced 2026-01-09 15:37:56 -05:00
Add ruby_rubocop_chromebrew to buildessential — buildessential (#12862)
* Add ruby_rubocop_chromebrew to buildessential Signed-off-by: Satadru Pramanik <satadru@gmail.com> * Adjust Container Package Updater workflow. Signed-off-by: Satadru Pramanik <satadru@gmail.com> * Update Gen PR workflow. Signed-off-by: Satadru Pramanik <satadru@gmail.com> --------- Signed-off-by: Satadru Pramanik <satadru@gmail.com>
This commit is contained in:
committed by
GitHub
parent
4d9b19333c
commit
52ee8f28ea
2
.github/workflows/Generate-PR.yml
vendored
2
.github/workflows/Generate-PR.yml
vendored
@@ -447,7 +447,7 @@ jobs:
|
||||
PR_NUMBER=$(gh pr list -L 1 -s open -H ${{ inputs.branch || github.ref_name }} | cut -f1)
|
||||
PR_TITLE_INPUT="${{ inputs.pr_title }}"
|
||||
if [[ -z ${PR_TITLE_INPUT} ]]; then
|
||||
PR_TITLE="$(git log --oneline master..${{ inputs.branch || github.ref_name }} | grep -v "Build Run on\|Package File Update Run on" | tail -n 1 | cut -c 11-)"
|
||||
PR_TITLE="$(git log --oneline master..${{ inputs.branch || github.ref_name }} | grep -v "Merge branch 'master'\|Build Run on\|Package File Update Run on" | tail -n 1 | cut -c 11-)"
|
||||
else
|
||||
PR_TITLE="${{ inputs.pr_title }}"
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user