Skip to content

Fix config parser for appendOnly #52

Fix config parser for appendOnly

Fix config parser for appendOnly #52

Workflow file for this run

name: Label PRs with published action as canary
on:
pull_request:
jobs:
apply_labels:
runs-on: ubuntu-latest
steps:
- name: Checkout your code
uses: actions/checkout@v3
- uses: srvaroa/labeler@master
with:
use_local_config: true
env:
GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}"