Skip to content

Commit fe1e511

Browse files
Disable auto_assign workflow (#6577)
* Initial plan * Disable auto_assign workflow by commenting out trigger section Co-authored-by: RitikaPahwa4444 <83745993+RitikaPahwa4444@users.noreply.github.com> * Add workflow_dispatch for syntactical correctness * Add comment link to justify why it has been commented out --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: RitikaPahwa4444 <83745993+RitikaPahwa4444@users.noreply.github.com>
1 parent 749a225 commit fe1e511

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

.github/workflows/auto_assign.yml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
1+
# Automated runs commented out, see https://github.com/commons-app/apps-android-commons/issues/6576#issuecomment-3618798882
2+
# Added workflow_dispatch temporarily for having a syntactically correct workflow file
13
on:
2-
issue_comment:
3-
types: [created]
4+
workflow_dispatch:
5+
# issue_comment:
6+
# types: [created]
47

58
permissions:
69
issues: write
@@ -85,4 +88,4 @@ jobs:
8588
issue_number: context.issue.number,
8689
assignees: [context.actor]
8790
});
88-
}
91+
}

0 commit comments

Comments
 (0)