Skip to content

Font color matches background on Projects "Description" and "Comments" textboxes #1125

Font color matches background on Projects "Description" and "Comments" textboxes

Font color matches background on Projects "Description" and "Comments" textboxes #1125

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"