We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1ac0907 commit 887ce7eCopy full SHA for 887ce7e
.github/workflows/auto_assign.yml
@@ -1,5 +1,7 @@
1
-# Workflow disabled - comment out the trigger to prevent execution
2
-# on:
+# Automated runs commented out
+# Added workflow_dispatch temporarily for having a syntactically correct workflow file
3
+on:
4
+ workflow_dispatch:
5
# issue_comment:
6
# types: [created]
7
@@ -86,4 +88,4 @@ jobs:
86
88
issue_number: context.issue.number,
87
89
assignees: [context.actor]
90
});
- }
91
+ }
0 commit comments