Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
25 changes: 25 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
---
# SPDX-License-Identifier: BSD-3-Clause

# yamllint disable-line rule:truthy
on:
pull_request:
branches-ignore:
- main

name: Validate

# this job runs the following script
# https://github.com/cujomalainey/cherry-pick-check/blob/main/entrypoint.sh

jobs:
check:
name: Check Cherry Picks
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Check all commits exist in main
uses: cujomalainey/cherry-pick-check@v1
with:
require_ref: true
main_branch: main