Skip to content

feat: Add ci tool support to operator, fix some errors #20

feat: Add ci tool support to operator, fix some errors

feat: Add ci tool support to operator, fix some errors #20

Workflow file for this run

name: Label Issues and PRs
on:
- pull_request
- pull_request_review
- issues
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: srvaroa/labeler@master
env:
GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}"