Skip to content

Bump electron from 38.4.0 to 39.1.1 #9739

Bump electron from 38.4.0 to 39.1.1

Bump electron from 38.4.0 to 39.1.1 #9739

Workflow file for this run

name: Auto Merge PR
on:
pull_request_target:
types: [opened, synchronize, reopened, auto_merge_disabled, ready_for_review]
permissions: {}
jobs:
build:
if: ${{ !github.event.pull_request.draft && (contains(github.event.pull_request.base.ref, 'development') || contains(github.event.pull_request.base.ref, 'RC')) }}
runs-on: ubuntu-latest
steps:
- name: Auto Merge PR
env:
GH_TOKEN: ${{ secrets.PUSH_TOKEN }}
run: gh pr merge https://github.com/FreeTubeApp/FreeTube/pull/${{ github.event.pull_request.number }} --auto --squash