From 7bf59ebfb4f7a84a4efda14290a7b15c63b11f65 Mon Sep 17 00:00:00 2001 From: Quentin McGaw Date: Wed, 4 Mar 2026 19:51:40 +0000 Subject: [PATCH] chore(ci): set PR title and description for updating servers workflow PR --- .github/workflows/update-servers-list.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/update-servers-list.yml b/.github/workflows/update-servers-list.yml index 831018ca..3744e5f6 100644 --- a/.github/workflows/update-servers-list.yml +++ b/.github/workflows/update-servers-list.yml @@ -87,6 +87,9 @@ jobs: branch: bot/update-servers-list base: master delete-branch: true + title: "feat(providers/${{ github.event.inputs.provider || 'all' }}): servers data update" + body: | + This PR was automatically generated by the [Update servers list](${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }}) workflow run. # - name: Merge Pull Request # env: