[go: up one dir, main page]

Skip to content

feat(electron): ctrl+= to zoomin on linux #4772

feat(electron): ctrl+= to zoomin on linux

feat(electron): ctrl+= to zoomin on linux #4772

Workflow file for this run

name: Label Checker
on:
pull_request:
types:
- opened
- labeled
- unlabeled
branches:
- canary
jobs:
check_labels:
name: PR should not have a blocked label
runs-on: ubuntu-latest
steps:
- uses: docker://agilepathway/pull-request-label-checker:latest
with:
none_of: blocked
repo_token: ${{ secrets.GITHUB_TOKEN }}