From 85a96509b014bf67c0c06bf3aee09d1c75a48b67 Mon Sep 17 00:00:00 2001 From: Adrienne Stilp Date: Tue, 28 May 2024 11:48:51 -0700 Subject: [PATCH] Include branch name in PR title --- .github/workflows/pip-compile.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/pip-compile.yml b/.github/workflows/pip-compile.yml index d60d7e5a..5205aa20 100644 --- a/.github/workflows/pip-compile.yml +++ b/.github/workflows/pip-compile.yml @@ -26,4 +26,5 @@ jobs: requirements/requirements.in requirements/test-requirements.in requirements/dev-requirements.in + pr-title: Update requirements file for ${{ github.head_ref }} pr-branch-suffix: "${{ github.event.number}}"