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

Latest commit

 

History

History
16 lines (13 loc) · 791 Bytes

File metadata and controls

16 lines (13 loc) · 791 Bytes

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