Recompile workflows after temporary ID schema pattern updates#16110
Recompile workflows after temporary ID schema pattern updates#16110mnkiefer merged 2 commits intofix-tmp-idsfrom
Conversation
Co-authored-by: mnkiefer <8320933+mnkiefer@users.noreply.github.com>
|
Just as a heads up, I was blocked by some firewall rules while working on your feedback. Expand below for details. Warning Firewall rules blocked me from connecting to one or more addresses (expand for details)I tried to connect to the following addresses, but was blocked by firewall rules:
If you need me to access, download, or install something from one of these locations, you can either:
|
There was a problem hiding this comment.
Pull request overview
This PR regenerates workflow lock files to reflect schema changes that added support for optional # prefix in temporary ID patterns. The recompilation ensures the embedded schemas in lock files match the updated source schemas in both the compile-time (pkg/workflow/js/safe_outputs_tools.json) and runtime (actions/setup/js/safe_outputs_tools.json) locations.
Changes:
- Updated regex patterns for
draft_issue_idandtemporary_idfields from^aw_[A-Za-z0-9]{3,8}$to^#?aw_[A-Za-z0-9]{3,8}$to allow optional#prefix - Updated field descriptions to document the optional
#prefix with examples like'#aw_Test123' - Recompiled two workflow lock files that use the
update_projecttool
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| .github/workflows/smoke-project.lock.yml | Updated embedded schema patterns and descriptions for draft_issue_id and temporary_id fields to support optional # prefix |
| .github/workflows/test-project-url-default.lock.yml | Updated embedded schema patterns and descriptions for draft_issue_id and temporary_id fields to support optional # prefix |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Regenerates workflow lock files to reflect schema changes from commits 120acc3 and 31b0805, which aligned temporary ID patterns to support optional
#prefix.Changes:
.github/workflows/smoke-project.lock.ymland.github/workflows/test-project-url-default.lock.yml^aw_[A-Za-z0-9]{3,8}$to^#?aw_[A-Za-z0-9]{3,8}$fordraft_issue_idandtemporary_idfields#prefix in examplesThe lock files now match the compile-time schemas in
pkg/workflow/js/safe_outputs_tools.jsonand runtime schemas inactions/setup/js/safe_outputs_tools.json.✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.