Skip to content

Commit 887ce7e

Browse files
Add workflow_dispatch for syntactical correctness
1 parent 1ac0907 commit 887ce7e

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

.github/workflows/auto_assign.yml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
1-
# Workflow disabled - comment out the trigger to prevent execution
2-
# on:
1+
# Automated runs commented out
2+
# Added workflow_dispatch temporarily for having a syntactically correct workflow file
3+
on:
4+
workflow_dispatch:
35
# issue_comment:
46
# types: [created]
57

@@ -86,4 +88,4 @@ jobs:
8688
issue_number: context.issue.number,
8789
assignees: [context.actor]
8890
});
89-
}
91+
}

0 commit comments

Comments
 (0)