Skip to content

Commit

Permalink
[infra] Cherry-pick of #16184 (#16186)
Browse files Browse the repository at this point in the history
  • Loading branch information
michelengelen authored Jan 15, 2025
1 parent 7f76da3 commit ecd0962
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/create-cherry-pick-pr.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
name: Create cherry-pick PR
on:
pull_request_target:
branches: [master, next, 'v[0-9]+.x']
types: [closed]

permissions: {}

jobs:
create_pr:
name: Create cherry-pick PR
uses: mui/mui-public/.github/workflows/prs_create-cherry-pick-pr.yml@master
permissions:
contents: write
pull-requests: write

0 comments on commit ecd0962

Please sign in to comment.