From a5510caf39f24301e1a41f8c440dcc1ef6a491fd Mon Sep 17 00:00:00 2001 From: Day <13383838+wwwDayDream@users.noreply.github.com> Date: Thu, 13 Jun 2024 09:19:09 -0500 Subject: [PATCH] All branches inclusion --- .github/workflows/auto-desc.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/auto-desc.yml b/.github/workflows/auto-desc.yml index 1aac5ef..8939446 100644 --- a/.github/workflows/auto-desc.yml +++ b/.github/workflows/auto-desc.yml @@ -3,6 +3,8 @@ name: Auto PR Description on: pull_request: types: [opened, edited, synchronize] + branches: + - '**' jobs: username-whitelist: @@ -96,4 +98,4 @@ jobs: repo: repo, pull_number: prNumber, body: completion.choices[0].message.content - }); \ No newline at end of file + });