Skip to content

homebridge-sma-home-manager #726

homebridge-sma-home-manager

homebridge-sma-home-manager #726

Workflow file for this run

name: "Set Issue Label"
on:
issue_comment:
types: [created]
jobs:
review_add_label:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions-ecosystem/action-add-labels@v1
if: ${{ startsWith(github.event.comment.body, '/check') }}
with:
labels: pending-review
review_remove_labels:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions-ecosystem/action-remove-labels@v1
if: ${{ startsWith(github.event.comment.body, '/check') }}
with:
github_token: ${{ secrets.github_token }}
labels: |
awaiting-changes
verified
currently-reviewing
reviewed