Skip to content

Disable awaiting reply workflow #264

Disable awaiting reply workflow

Disable awaiting reply workflow #264

# on:
# issue_comment:
# types: [created]
# jobs:
# hello_world_job:
# runs-on: ubuntu-latest
# name: Job for toggling label
# steps:
# - name: Toggle label
# uses: FTBTeam/awaiting-reply-action@main
# with:
# awaiting-label: "Awaiting Reply"
# replied-label: "Replied"
# ignore-labels: "Blocked,status: confirmed,status: investigate,fixed/release,fixed/dev,status: planned,priority/high,priority/medium,priority/low"
# remove-labels: "status: stale"
# ignore-string: "!skip"