FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

Add `steady_state_default_setup` as field to base status report by angelapwen · Pull Request #2305 · github/codeql-action · GitHub

Add steady_state_default_setup as field to base status report - #2305

Merged
angelapwen merged 1 commit into
mainfrom
angelapwen/add-steady-state-status-report
May 22, 2024
Merged

angelapwen merged 1 commit into
mainfrom
angelapwen/add-steady-state-status-report

Conversation

angelapwen commented May 22, 2024
edited
Loading

Copy link
Copy Markdown
Contributor

This will help us distinguish steady-state runs in default setup mode from advanced setup runs and default setup validation/onboarding runs.

The environment variable will be set accordingly in code scanning.

Merge / deployment checklist

  • Confirm this change is backwards compatible with existing workflows.
  • Confirm the readme has been updated if necessary.
  • Confirm the changelog has been updated if necessary.

angelapwen marked this pull request as ready for review May 22, 2024 20:28
angelapwen requested a review from a team as a code owner May 22, 2024 20:28
This will help us distinguish steady-state runs in default setup mode from advanced setup runs and default setup validation/onboarding runs.
angelapwen force-pushed the angelapwen/add-steady-state-status-report branch from a1abd0d to 4f7eb81 Compare May 22, 2024 20:39
Comment thread src/status-report.ts
core.exportVariable(EnvVar.TESTING_ENVIRONMENT, testingEnvironment);
}
const isSteadyStateDefaultSetupRun =
process.env["CODE_SCANNING_IS_STEADY_STATE_DEFAULT_SETUP"] === "true";

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Choose a reason Spam Abuse Off Topic Outdated Duplicate Resolved Low Quality

Presumably, this env var is set in the dynamic workflow when appropriate?

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Choose a reason Spam Abuse Off Topic Outdated Duplicate Resolved Low Quality

Yes! I will tag you on the internal PR for it 😄

aeisenberg left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Choose a reason Spam Abuse Off Topic Outdated Duplicate Resolved Low Quality

LGTM! Assuming the answer to my question is "yes".

angelapwen merged commit acdf238 into main May 22, 2024
angelapwen deleted the angelapwen/add-steady-state-status-report branch May 22, 2024 22:48
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants


Back | FazBrowse Home | New Git URL