Skip to content

Workflow file for this run

on:
issue_comment:
types: [created]
jobs:
hello_world_job:
runs-on: ubuntu-latest
name: Job for toggling label
steps:
- name: Toggle label
uses: Gaz492/awaiting-reply-action@main
with:
debug: true
label: "Awaiting Reply"