Skip to content

[CI] Adapter release workflows need updated to point to "meshery" Docker Hub org #53

[CI] Adapter release workflows need updated to point to "meshery" Docker Hub org

[CI] Adapter release workflows need updated to point to "meshery" Docker Hub org #53

name: Label Commenter
on:
issues:
types:
- labeled
pull_request_target:
types:
- labeled
permissions:
contents: read
issues: write
pull-requests: write
jobs:
comment:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
with:
ref: master # Set your default branch
- name: Label Commenter
uses: peaceiris/actions-label-commenter@v1