FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
stackrox/.github/workflows/README.md at master · stackrox/stackrox · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
stackrox
/
stackrox
Public
Notifications
You must be signed in to change notification settings
Fork
190
Star
1.3k
Code
Issues
54
Pull requests
604
Actions
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Security and quality
Insights
Expand file tree
Breadcrumbs
stackrox
/
.github
/
workflows
/
README.md
Copy path
More file actions
More file actions
Latest commit
History
History
History
16 lines (13 loc) · 791 Bytes
Breadcrumbs
stackrox
/
.github
/
workflows
/
README.md
Copy path
File metadata and controls
16 lines (13 loc) · 791 Bytes
Raw
Copy raw file
Download raw file
Outline
Edit and raw actions
GitHub Actions
Upstream Release Automation
General Rules
Ensure reentrancy
: expect a workflow to be re-run from failed state;
Suggest the next step
if it is not automated: print :arrow_right: emoji with the suggested action to $GITHUB_STEP_SUMMARY or post a message to Slack;
Highlight major things
: print to stdout with ::error::, ::warning:: or ::notice:: prefix to higlight important status. Markdown is not supported;
Log minor things
: print to $GITHUB_STEP_SUMMARY with markdown to describe the executed actions and suggest the next step;
Support dry-run
: use the DRY_RUN environment variable to check for dry-run, it holds true or false values;
Extract large scripts
: look in the scripts folder for examples;
Back
|
FazBrowse Home
|
New Git URL