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
Copy file name to clipboardExpand all lines: README.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -65,7 +65,7 @@ Analyze issue #${{ github.event.issue.number }} and help with triage:
65
65
Keep responses concise and helpful.
66
66
```
67
67
68
-
> **💡 Learn more**: For a complete list of frontmatter options and workflow configuration details, see [REFERENCE.md](REFERENCE.md).
68
+
> **💡 Learn more**: For complete workflow configuration details, see the [Documentation](docs/index.md)
69
69
70
70
## 📖 Deep Dive
71
71
@@ -133,7 +133,7 @@ This ensures that GitHub properly recognizes these files as generated code, whic
133
133
134
134
The `.gitattributes` file is automatically managed - you don't need to create or maintain it manually.
135
135
136
-
> **📚 Workflow commands**: See [REFERENCE.md](REFERENCE.md) for complete workflow management commands including `list`, `status`, `enable`, `disable`, and more.
136
+
> **📚 Workflow commands**: See [Commands Documentation](docs/commands.md) for complete workflow management commands including `list`, `status`, `enable`, `disable`, and more.
137
137
138
138
### Configuring the agentic processor
139
139
@@ -165,7 +165,7 @@ This repository is for demonstration purposes and the workflows are not intended
165
165
166
166
⚠️⚠️ If you specify the access for any permissions, all of those that are not specified are set to none.
167
167
168
-
> **🔧 Advanced configuration**: For detailed information about permissions, tools, secrets, and all frontmatter options, see [REFERENCE.md](REFERENCE.md).
168
+
> **🔧 Advanced configuration**: For detailed information about permissions, tools, secrets, and all configuration options, see the [Documentation](docs/index.md)
0 commit comments