lightning/.github/workflows/probot-auto-cc.yml

17 lines
339 B
YAML
Raw Normal View History

2021-11-15 14:27:42 +00:00
name: Probot
on:
issues:
2021-11-16 18:23:57 +00:00
types: [labeled]
2021-11-15 14:27:42 +00:00
pull_request:
2021-11-16 18:23:57 +00:00
types: [labeled, ready_for_review]
2021-11-15 14:27:42 +00:00
jobs:
auto-cc:
runs-on: ubuntu-latest
if: github.event_name == 'issue' || github.event.pull_request.draft == false
2021-11-15 14:27:42 +00:00
steps:
- uses: carmocca/probot@v1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}