Skip to content

Commit b4e5f0b

Browse files
CopilotBornToBeRoot
andcommitted
Update milestone workflow: rename and add BornToBeRoot maintainer
Co-authored-by: BornToBeRoot <16019165+BornToBeRoot@users.noreply.github.com>
1 parent 13a85c4 commit b4e5f0b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/milestone.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Assign milestone to automated PRs
1+
name: Assign milestone to PRs
22

33
on:
44
pull_request_target:
@@ -8,7 +8,7 @@ jobs:
88
assign-milestone:
99
name: Assign next-release milestone
1010
runs-on: ubuntu-latest
11-
if: contains(fromJSON('["dependabot[bot]", "transifex-integration[bot]", "imgbot[bot]", "Copilot"]'), github.event.pull_request.user.login)
11+
if: contains(fromJSON('["dependabot[bot]", "transifex-integration[bot]", "imgbot[bot]", "Copilot", "BornToBeRoot"]'), github.event.pull_request.user.login)
1212
permissions:
1313
issues: write
1414
pull-requests: write

0 commit comments

Comments
 (0)