Skip to content

Fix issue 4997 - Rebase/Fixup/Reword/Squash/Patch/Drop onto wrong commit (sibling branch) when git.log.showWholeGraph=true #150

Fix issue 4997 - Rebase/Fixup/Reword/Squash/Patch/Drop onto wrong commit (sibling branch) when git.log.showWholeGraph=true

Fix issue 4997 - Rebase/Fixup/Reword/Squash/Patch/Drop onto wrong commit (sibling branch) when git.log.showWholeGraph=true #150

name: Check Required Labels
on:
pull_request:
types: [opened, labeled, unlabeled, synchronize]
jobs:
check-required-label:
runs-on: ubuntu-latest
steps:
- uses: mheap/github-action-required-labels@v5
with:
mode: exactly
count: 1
labels: "ignore-for-release, feature, enhancement, bug, maintenance, docs, i18n, performance"