Skip to content

Suppliers receive a follow up of their own e-mail when they are replying to a request #1381

Suppliers receive a follow up of their own e-mail when they are replying to a request

Suppliers receive a follow up of their own e-mail when they are replying to a request #1381

name: "Label commenter"
on:
issues:
types:
- "labeled"
- "unlabeled"
jobs:
comment:
permissions:
contents: "read"
issues: "write"
runs-on: "ubuntu-latest"
steps:
- name: "Checkout"
uses: "actions/checkout@v4"
- name: "Label commenter"
uses: "peaceiris/actions-label-commenter@v1"