Skip to content

Binary field

Binary field #1

Workflow file for this run

name: Labels verification
on:
pull_request:
jobs:
labeler:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Run Labeler
uses: crazy-max/ghaction-github-labeler@v4
with:
yaml_file: .github/labels.yml
dry_run: true
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}