PromucFlow_constructor/.github/workflows/label-commands.yml
2020-12-29 15:34:09 +05:30

15 lines
325 B
YAML

name: Label Commands
on:
pull_request:
types: [labeled, unlabeled]
issues:
types: [labeled, unlabeled]
jobs:
run:
runs-on: ubuntu-latest
steps:
- uses: bubkoo/label-commands@v1.0.6
with:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
CONFIG_FILE: .github/label-commands.yml