PromucFlow_constructor/.github/workflows/main.yml
Nikhil Nandagopal 0930be6051
Update main.yml
2020-12-29 14:20:31 +05:30

18 lines
385 B
YAML

name: "Super Labeler"
on:
issues:
types: [labeled, opened, edited, closed, reopened]
project_card:
types: [created, moved, deleted]
jobs:
run:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2.3.4
- uses: Videndum/label-mastermind@2.0.0
with:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
config: .github/config.json