You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Update session title and bugbot marker prefix to 'copilot': Refactor OpenCode session creation and update documentation references to reflect the new naming convention for improved clarity and consistency.
Copy file name to clipboardExpand all lines: docs/how-to-use.mdx
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -57,10 +57,10 @@ Follow these steps to set up Copilot in your repository:
57
57
</Step>
58
58
59
59
<Steptitle="Install Copilot">
60
-
Add the GitHub Action to your repository by creating three workflow files (you can choose any names; common choices are `gbf_commit.yml`, `gbf_issue.yml`, `gbf_pr.yml` or names like "Copilot - Commit", etc.):
61
-
1. **Push (commit)** — runs on `push` to any branch: notifies issues of new commits, updates size and progress labels. Create e.g. `.github/workflows/gbf_commit.yml`.
62
-
2. **Issues** — runs on `issues` (opened, edited, labeled, unlabeled): creates branches, links to projects, assignees. Create e.g. `.github/workflows/gbf_issue.yml`.
63
-
3. **Pull requests** — runs on `pull_request`: links PR to issue, project, reviewers. Create e.g. `.github/workflows/gbf_pr.yml`.
60
+
Add the GitHub Action to your repository by creating three workflow files (you can choose any names; common choices are `copilot_commit.yml`, `copilot_issue.yml`, `copilot_pull_request.yml` or names like "Copilot - Commit", etc.):
61
+
1. **Push (commit)** — runs on `push` to any branch: notifies issues of new commits, updates size and progress labels. Create e.g. `.github/workflows/copilot_commit.yml`.
62
+
2. **Issues** — runs on `issues` (opened, edited, labeled, unlabeled): creates branches, links to projects, assignees. Create e.g. `.github/workflows/copilot_issue.yml`.
63
+
3. **Pull requests** — runs on `pull_request`: links PR to issue, project, reviewers. Create e.g. `.github/workflows/copilot_pull_request.yml`.
64
64
See the [README](https://github.com/vypdev/copilot#quick-start) for full YAML examples. These workflows will then automatically manage branches, project boards, and the relationship between issues and code.
0 commit comments