Skip to content
Merged
Show file tree
Hide file tree
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
6 changes: 3 additions & 3 deletions .github/workflows/smoke-codex.lock.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions .github/workflows/smoke-codex.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,8 @@ safe-outputs:
close-older-issues: true
add-labels:
allowed: [smoke-codex]
remove-labels:
allowed: [smoke]
hide-comment:
messages:
footer: "> 🔮 *The oracle has spoken through [{workflow_name}]({run_url})*"
Expand Down
10 changes: 6 additions & 4 deletions .github/workflows/smoke-copilot.lock.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 5 additions & 1 deletion .github/workflows/smoke-copilot.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,8 @@ safe-outputs:
close-older-issues: true
add-labels:
allowed: [smoke-copilot]
remove-labels:
allowed: [smoke]
messages:
footer: "> 📰 *BREAKING: Report filed by [{workflow_name}]({run_url})*"
run-started: "📰 BREAKING: [{workflow_name}]({run_url}) is now investigating this {event_type}. Sources say the story is developing..."
Expand Down Expand Up @@ -89,4 +91,6 @@ strict: true
- Overall status: PASS or FAIL
- Mention the pull request author and any assignees

If all tests pass, add the label `smoke-copilot` to the pull request.
If all tests pass:
- Add the label `smoke-copilot` to the pull request
- Remove the label `smoke` from the pull request
4 changes: 3 additions & 1 deletion actions/setup/js/safe_outputs_tools.json
Original file line number Diff line number Diff line change
Expand Up @@ -304,13 +304,15 @@
"items": {
"type": "string"
},
"description": "Label names to remove (e.g., ['bug', 'needs-triage']). Labels that don't exist on the item are silently skipped."
"minItems": 1,
"description": "Label names to remove (e.g., ['bug', 'needs-triage']). Labels that don't exist on the item are silently skipped. At least one label must be provided."
},
"item_number": {
"type": "number",
"description": "Issue or PR number to remove labels from. This is the numeric ID from the GitHub URL (e.g., 456 in github.com/owner/repo/issues/456). If omitted, removes labels from the item that triggered this workflow."
}
},
"required": ["labels"],
"additionalProperties": false
}
},
Expand Down
Loading