๐Ÿ“ฆ ionic-team / capacitor

๐Ÿ“„ bot.yml ยท 16 lines
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16tasks:
  - name: add-label
    on:
      issues:
        types: [labeled]
    condition: 'payload.label.name == "needs reproduction"'
    config:
      label: 'needs reply'
  - name: remove-label
    on:
      issue_comment:
        types: [created]
    config:
      label: 'needs reply'
      exclude-labeler: true