Skip to content

Test local build in PRs #38

Test local build in PRs

Test local build in PRs #38

Workflow file for this run

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