Commit fcd0e33
authored
docs: Add change-pr-state automation action documentation (#839)
* docs: Add change-pr-state automation action documentation
- Add change-pr-state action to overview list
- Document action parameters and usage
- Include example for converting draft PRs to ready for review
- Supports GitHub and GitLab platforms
Relates to LINBEE-21553
* docs: Add explicit triggers requirement note for change-pr-state
- Add informational note explaining gitStream doesn't run on draft PRs by default
- Link to execution model documentation for explicit triggers
- Update example comment for clarity
Since gitStream does not evaluate draft PRs by default, users must
configure explicit triggers (using the 'on' parameter) for automations
that use the change-pr-state action to function properly.1 parent 842abd3 commit fcd0e33
1 file changed
Lines changed: 31 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
| 31 | + | |
31 | 32 | | |
32 | 33 | | |
33 | 34 | | |
| |||
261 | 262 | | |
262 | 263 | | |
263 | 264 | | |
| 265 | + | |
| 266 | + | |
| 267 | + | |
| 268 | + | |
| 269 | + | |
| 270 | + | |
| 271 | + | |
| 272 | + | |
| 273 | + | |
| 274 | + | |
| 275 | + | |
| 276 | + | |
| 277 | + | |
| 278 | + | |
| 279 | + | |
| 280 | + | |
| 281 | + | |
| 282 | + | |
| 283 | + | |
| 284 | + | |
| 285 | + | |
| 286 | + | |
| 287 | + | |
| 288 | + | |
| 289 | + | |
| 290 | + | |
| 291 | + | |
| 292 | + | |
| 293 | + | |
| 294 | + | |
264 | 295 | | |
265 | 296 | | |
266 | 297 | | |
| |||
0 commit comments