From 72d9fc32fe1b4b7613b5505d647b82a5b8ba6014 Mon Sep 17 00:00:00 2001 From: Silvan Mosberger Date: Tue, 28 Oct 2025 01:20:12 +0100 Subject: [PATCH] workflows/team: Prefix PR branch with create-pull-request Allows better scoping of branch creation restrictions --- .github/workflows/teams.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/teams.yml b/.github/workflows/teams.yml index 67ffdf053a80..1cd54cd527e0 100644 --- a/.github/workflows/teams.yml +++ b/.github/workflows/teams.yml @@ -75,7 +75,7 @@ jobs: author: ${{ steps.user.outputs.git-string }} committer: ${{ steps.user.outputs.git-string }} commit-message: "maintainers/github-teams.json: Automated sync" - branch: github-team-sync + branch: pr/github-team-sync title: "maintainers/github-teams.json: Automated sync" body: | This is an automated PR to sync the GitHub teams with access to this repository to the `lib.teams` list.