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: pkg/cli/templates/github-agentic-workflows.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -79,6 +79,7 @@ The YAML frontmatter supports these fields:
79
79
- Object: Complex trigger configuration
80
80
- Special: `command:` for /mention triggers
81
81
-**`forks:`** - Fork allowlist for `pull_request` triggers (array or string). By default, workflows block all forks and only allow same-repo PRs. Use `["*"]` to allow all forks, or specify patterns like `["org/*", "user/repo"]`
82
+
-**`lock-for-agent:`** - Lock issue when agent works on it (boolean, issues trigger only). Prevents concurrent modifications during workflow execution
82
83
-**`stop-after:`** - Can be included in the `on:` object to set a deadline for workflow execution. Supports absolute timestamps ("YYYY-MM-DD HH:MM:SS") or relative time deltas (+25h, +3d, +1d12h). The minimum unit for relative deltas is hours (h). Uses precise date calculations that account for varying month lengths.
83
84
-**`reaction:`** - Add emoji reactions to triggering items
84
85
-**`manual-approval:`** - Require manual approval using environment protection rules
0 commit comments