Skip to content

Commit c99c9c8

Browse files
author
UncleBats
committed
update exercise 6
1 parent 15f3c24 commit c99c9c8

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

docs/workshop/participant-handout.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1904,6 +1904,8 @@ The `issue-triage` workflow from githubnext/agentics is a focused, battle-tested
19041904
**Step 1: Create a branch for the addition**
19051905

19061906
```bash
1907+
git checkout main
1908+
git pull
19071909
git checkout -b workflow/add-issue-triage
19081910
```
19091911

@@ -1929,7 +1931,7 @@ cat .github/workflows/issue-triage.md
19291931

19301932
```bash
19311933
# Add both the source and compiled workflow
1932-
git add .github/workflows/issue-triage.md .github/workflows/issue-triage.lock.yml
1934+
git add .
19331935
19341936
# Commit with context
19351937
git commit -m "Add issue-triage workflow from githubnext/agentics"
@@ -1965,7 +1967,7 @@ Let's trigger the issue-triage workflow:
19651967
```
19661968

19671969
2. **Watch GitHub pick it up:**
1968-
- Notice the 👀 eye emoji icons appear on the issue (this indicates the workflow is processing it)
1970+
- Notice the 👀 eye emoji icons appear on the issue — this can take 1-2 minutes as the pipeline needs to start up (this indicates the workflow is processing it)
19691971
- Go to **Actions** tab
19701972
- Find the "issue-triage" workflow run
19711973
- Observe how it processes the new issue

0 commit comments

Comments
 (0)