PromucFlow_constructor/.github/workflows/label-commands.yml
2020-12-29 16:55:24 +05:30

15 lines
309 B
YAML

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