Skip to content

Missing commits in 7.5.1 release #31

Missing commits in 7.5.1 release

Missing commits in 7.5.1 release #31

name: Label Commenter
on:
issues:
types: [labeled]
permissions:
contents: read
issues: write
jobs:
comment:
if: github.repository_owner == 'testng-team'
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Label Commenter
uses: peaceiris/actions-label-commenter@v1