Skip to content

Commit 1ac0907

Browse files
Disable auto_assign workflow by commenting out trigger section
Co-authored-by: RitikaPahwa4444 <83745993+RitikaPahwa4444@users.noreply.github.com>
1 parent 80e82be commit 1ac0907

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/auto_assign.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
1-
on:
2-
issue_comment:
3-
types: [created]
1+
# Workflow disabled - comment out the trigger to prevent execution
2+
# on:
3+
# issue_comment:
4+
# types: [created]
45

56
permissions:
67
issues: write

0 commit comments

Comments
 (0)