8000 GitHub - mintsweet/auto-cherry-pick: ⚙️ A GitHub Action that automatically cherry pick
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

mintsweet/auto-cherry-pick

Use this GitHub action with your project
Add this Action to an existing workflow or create a new one
View on Marketplace

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Auto Cherry Pick

A GitHub Action that automatically cherry pick.

What does it do?

This GitHub Action to help you:

  • Auto-create a new PR from a merged PR with a specific label.
  • Auto-assign specific labels for the original PR.
  • Auto-assign bot comment for the original PR.
  • Auto-assign title and body for the new PR.
  • Auto-assign specific labels for the new PR.
  • Auto-assign bot comment for the new PR.

Example

name: Auto Cherry Pick

on:
  pull_request:
    types:
      - labeled
      - closed

jobs:
  auto-cherry-pick:
    if: github.event.pull_request.merged == true
    runs-on: ubuntu-latest
    steps:
      - uses: actions/checkout@v3
        with:
          fetch-depth: 0
      - name: Auto Cherry Pick
        uses: mintsweet/auto-cherry-pick@v1.0.0

License

MIT

About

⚙️ A GitHub Action that automatically cherry pick

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

0