-
Notifications
You must be signed in to change notification settings - Fork 0
[#292] β¨ - Github Action rename #293
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. Weβll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from all commits
Commits
Show all changes
32 commits
Select commit
Hold shift + click to select a range
52d4c19
Rename project from "Git Board Flow" to "Copilot" and update related β¦
efraespada 1ae7ff1
Update documentation and workflows to reflect the project name changeβ¦
efraespada ea21315
Add GitHub Action setup verification: Implement checks for required sβ¦
efraespada 6247f22
Add .env file for personal access token configuration
efraespada 8d4757f
Implement initial setup for GitHub Actions: Ensure necessary directorβ¦
efraespada 4b6384b
Refactor initial setup process: Consolidate setup file copying and diβ¦
efraespada fe312eb
Enhance logging in use cases: Integrate task emojis into log messagesβ¦
efraespada b93384f
Update README and workflows for improved documentation and installatiβ¦
efraespada b927779
Update author information in action.yml and package.json; enhance docβ¦
efraespada 51810da
Refine action.yml and package.json for improved author details; enhanβ¦
efraespada 3d96171
Remove obsolete GitHub Actions workflow for preparing files, streamliβ¦
efraespada e127bca
Update session title and bugbot marker prefix to 'copilot': Refactor β¦
efraespada 55aff4e
Update documentation and components for consistency: Replace Mintlifyβ¦
efraespada 5d6b77b
Refactor setup process for improved clarity: Consolidate file copyingβ¦
efraespada 8fbe06f
Enhance documentation for Copilot setup: Revise the 'How To Use' guidβ¦
efraespada ae70246
Clarify Copilot CLI installation and setup instructions: Update the 'β¦
efraespada 84e01f7
Update GitHub Actions workflows to use dynamic project IDs: Replace hβ¦
efraespada b569e20
Refactor documentation structure for improved readability: Update theβ¦
efraespada 6a87ab2
Revise README for clarity and conciseness: Update project descriptionβ¦
efraespada 28bba9c
Update documentation for Bugbot consistency: Standardize section headβ¦
efraespada f9f70fc
Update documentation for improved semantic clarity: Replace `<Tip>` wβ¦
efraespada 46e6a7e
Update CI workflow to include permissions for content access: Add 'coβ¦
efraespada 4100fd3
Enhance CI workflow with concurrency control: Add concurrency settingβ¦
efraespada f67f6ac
feature-292-github-action-rename: Include instructions for prefixingβ¦
efraespada bb7f89d
feature-292-github-action-rename: Clarify git hook installation procβ¦
efraespada 632f915
feature-292-github-action-rename: Replace shell script with a Node.jβ¦
efraespada ed8a648
feature-292-github-action-rename: Update CONTRIBUTING.md to introduceβ¦
efraespada 1f9bf70
feature-292-github-action-rename: Update setup files to include .githβ¦
efraespada bada4fe
feature-292-github-action-rename: Remove unused COMMAND export from cβ¦
efraespada c794a10
feature-292-github-action-rename: Remove unused COMMAND export from mβ¦
efraespada 8dc9658
feature-292-github-action-rename: Update branch_repository.d.ts to reβ¦
efraespada 24a96c8
feature-292-github-action-rename: Replace console.log with logError aβ¦
efraespada File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,32 @@ | ||
| --- | ||
| description: Commit message nomenclature (prefix = current branch) | ||
| alwaysApply: true | ||
| --- | ||
|
|
||
| # Commit messages | ||
|
|
||
| The commit message must use the **current branch name as prefix**, with any `/` replaced by `-`. | ||
|
|
||
| ## Format | ||
|
|
||
| ``` | ||
| <normalized-branch>: <short description> | ||
|
|
||
| [optional body] | ||
| ``` | ||
|
|
||
| - **Prefix**: current branch name, replacing `/` with `-`. Example: branch `feature/292-github-action-rename` β prefix `feature-292-github-action-rename`. | ||
| - **Description**: imperative, lowercase, no trailing period. You may optionally include conventional type (`feat`, `fix`, `docs`, etc.) in the description. | ||
|
|
||
| ## Examples | ||
|
|
||
| Branch `feature-292-github-action-rename`: | ||
|
|
||
| - `feature-292-github-action-rename: add concurrency and permissions to ci_check` | ||
| - `feature-292-github-action-rename: fix docs callouts (Info instead of Note/Tip)` | ||
|
|
||
| Branch `fix/123-docs-anchor` (normalized to `fix-123-docs-anchor`): | ||
|
|
||
| - `fix-123-docs-anchor: remove invalid MDX heading anchors` | ||
|
|
||
| When suggesting or writing a commit message, use the current branch with `/` replaced by `-` as the prefix. If you don't know the branch, tell the user to use their branch name as the prefix. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,35 @@ | ||
| name: CI Check | ||
|
|
||
| on: | ||
| pull_request: | ||
| types: [opened, synchronize] | ||
|
|
||
| concurrency: | ||
| group: ${{ github.workflow }}-${{ github.event.pull_request.number }} | ||
| cancel-in-progress: true | ||
|
|
||
| jobs: | ||
vypbot marked this conversation as resolved.
Show resolved
Hide resolved
vypbot marked this conversation as resolved.
Show resolved
Hide resolved
|
||
| ci-check: | ||
| name: CI Check | ||
| runs-on: ubuntu-latest | ||
| permissions: | ||
| contents: read | ||
| steps: | ||
| - uses: actions/checkout@v4 | ||
|
|
||
| - name: Set up Node.js 20 | ||
| uses: actions/setup-node@v4 | ||
| with: | ||
| node-version: '20.x' | ||
|
|
||
| - name: Install dependencies | ||
| run: npm ci | ||
|
|
||
| - name: Build | ||
| run: npm run build | ||
|
|
||
| - name: Run tests | ||
| run: npm test | ||
|
|
||
| - name: Lint | ||
| run: npm run lint | ||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.