Skip to content

Commit

Permalink
ci: back to the drawing board
Browse files Browse the repository at this point in the history
  • Loading branch information
V-Gira committed Jan 27, 2025
1 parent d96a690 commit 078410b
Showing 1 changed file with 3 additions and 12 deletions.
15 changes: 3 additions & 12 deletions .github/workflows/cherry-pick-electron-bumps.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,26 +13,17 @@ permissions:

jobs:
cherry_pick:
env:
PR_TITLE: $
if: ${{ github.event.pull_request.title }} == '*bump electron from*'
if: ${{ github.event.pull_request.title }} == '*test testing ci*'
runs-on: ubuntu-latest
steps:
- name: checkout
uses: actions/checkout@v4
with:
fetch-depth: 0

- name: Create PR to staging
- name: Create PR to mtt
uses: gorillio/github-action-cherry-pick@master
with:
pr_branch: 'staging'
env:
GITHUB_TOKEN: ${{secrets.OTTO_THE_BOT_GH_TOKEN}}

- name: Create PR to main
uses: gorillio/github-action-cherry-pick@master
with:
pr_branch: 'main'
pr_branch: 'v/merge-to-test'
env:
GITHUB_TOKEN: ${{secrets.OTTO_THE_BOT_GH_TOKEN}}

0 comments on commit 078410b

Please sign in to comment.