Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ critical:

### Create Workflow

Create a workflow (eg: `.github/workflows/labeler.yml` see [Creating a Workflow file](https://help.github.com/en/articles/configuring-a-workflow#creating-a-workflow-file)) to utilize the labeler action with content:
Create a workflow (eg: `.github/workflows/labeler.yml` see [Creating a Workflow file]([https://help.github.com/en/articles/configuring-a-workflow#creating-a-workflow-file](https://docs.github.com/en/actions/use-cases-and-examples/creating-an-example-workflow ))) to utilize the labeler action with content:

Copilot AI Dec 23, 2024

Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The markdown link format is incorrect. It should be corrected to: [Creating a Workflow file](https://docs.github.com/en/actions/use-cases-and-examples/creating-an-example-workflow).

Suggested change
Create a workflow (eg: `.github/workflows/labeler.yml` see [Creating a Workflow file]([https://help.github.com/en/articles/configuring-a-workflow#creating-a-workflow-file](https://docs.github.com/en/actions/use-cases-and-examples/creating-an-example-workflow ))) to utilize the labeler action with content:
Create a workflow (eg: `.github/workflows/labeler.yml` see [Creating a Workflow file](https://docs.github.com/en/actions/use-cases-and-examples/creating-an-example-workflow)) to utilize the labeler action with content:

Copilot uses AI. Check for mistakes.

```yml
name: "Issue Labeler"
Expand Down