Skip to content

[24.05] electron: init at 32.1.2, 30.4.0 -> 30.5.1, 31.4.0 -> 31.6.0, electron-chromedriver_32: init at 32.1.1, bitwarden-desktop: 2024.8.2 -> 2024.9.0 #944

[24.05] electron: init at 32.1.2, 30.4.0 -> 30.5.1, 31.4.0 -> 31.6.0, electron-chromedriver_32: init at 32.1.1, bitwarden-desktop: 2024.8.2 -> 2024.9.0

[24.05] electron: init at 32.1.2, 30.4.0 -> 30.5.1, 31.4.0 -> 31.6.0, electron-chromedriver_32: init at 32.1.1, bitwarden-desktop: 2024.8.2 -> 2024.9.0 #944

name: "Check cherry-picks"
on:
pull_request_target:
branches:
- 'release-**'
- 'staging-**'
permissions: {}
jobs:
check:
runs-on: ubuntu-latest
if: github.repository_owner == 'NixOS'
steps:
- uses: actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4.1.5
with:
fetch-depth: 0
filter: blob:none
- name: Check cherry-picks
env:
BASE_SHA: ${{ github.event.pull_request.base.sha }}
HEAD_SHA: ${{ github.event.pull_request.head.sha }}
run: |
./maintainers/scripts/check-cherry-picks.sh "$BASE_SHA" "$HEAD_SHA"