Skip to content

Commit

Permalink
Disable awaiting reply workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Gaz492 authored Mar 4, 2025
1 parent 74caa78 commit a662d0a
Showing 1 changed file with 16 additions and 16 deletions.
32 changes: 16 additions & 16 deletions .github/workflows/awaiting-reply.yml
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
on:
issue_comment:
types: [created]
# 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"
# 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"

0 comments on commit a662d0a

Please sign in to comment.