labels:
  - name: invalid
    labeled:
      issue:
        body: Thank you @{{ issue.user.login }} for suggesting this. Please follow the issue templates.
        action: close
      pr:
        body: Thank you @{{ pull_request.user.login }} for suggesting this. Please follow the pull request templates.
        action: close
  - name: wontfix
    labeled:
      issue:
        body: This will not be worked on but we appreciate your contribution.
        action: close
    unlabeled:
      issue:
        body: This has become active again.
        action: open
  - name: duplicate
    labeled:
      issue:
        body: This issue already exists. See our issue tracker (https://github.com/EasyDutch-uBO/EasyDutch/issues).
        action: close
  - name: unable to reproduce 
    labeled:
      issue:
        body: We can't reproduce your issue. Please give more information (e.g. uBO logger output or screenshots)
  - name: in progress
    labeled:
      issue:
        body: It takes longer than expected to solve this issue. We are working on it. Please be patience
      pr: 
        body: It takes longer than expected to solve this issue. We are working on it. Please be patience
  - name: spam
    labeled:
      issue:
        body: |
          This issue has been **LOCKED** because of spam!
          Please do not spam messages and/or issues on the issue tracker. You may get blocked from this repository for doing so.
        action: close
        locking: lock
        lock_reason: spam
      pr:
        body: |
          This pull-request has been **LOCKED** because of spam!
          Please do not spam messages and/or pull-requests on this project. You may get blocked from this repository for doing so.
        action: close
        locking: lock
        lock_reason: spam
      discussion:
        body: |
          This discussion has been **LOCKED** because of spam!
          Please do not spam messages and/or discussions on this project. You may get blocked from this repository for doing so.
        action: close
        locking: lock
        lock_reason: spam
  - name: off-topic
    labeled:
      issue:
        body: |
          This issue has been **LOCKED** because of off-topic conversations!
          Please use our other means of communication for casual chats.
        action: close
        locking: lock
        lock_reason: off-topic
