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 5a2b77e commit 6426d35Copy full SHA for 6426d35
.github/workflows/4b-copilot-on-github.yml
@@ -2,11 +2,12 @@ name: Step 4b # Copilot on GitHub
2
3
on:
4
# Trigger if PR Description is edited
5
- pull_request:
6
- branches:
7
- - main
8
- types:
9
- - edited
+ # Disabled because PR summaries are not available for free accounts
+ # pull_request:
+ # branches:
+ # - main
+ # types:
10
+ # - edited
11
12
# Trigger if Copilot adds a review comment
13
pull_request_review:
0 commit comments