Skip to content

Commit

Permalink
[infra] Upgrade Cherry-pick workflow to latest (#44448)
Browse files Browse the repository at this point in the history
  • Loading branch information
oliviertassinari authored Nov 20, 2024
1 parent e089440 commit 9c98e3f
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 34 deletions.
34 changes: 0 additions & 34 deletions .github/workflows/cherry-pick-next-to-master.yml

This file was deleted.

18 changes: 18 additions & 0 deletions .github/workflows/create-cherry-pick-pr.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
name: Create cherry-pick PR
on:
pull_request_target:
branches:
- 'next'
- 'v*.x'
- 'master'
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 9c98e3f

Please sign in to comment.