Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

List of workflows and actions

This folder contains workflows that are helpful for maintaining a smooth and secure development process. The workflows should be enabled for open-source projects.

Workflows:

  1. qcom-preflight-checks.yml - This workflow runs several preflight checks, including copyight, email, repolinter, and security checks. See qualcomm/qcom-actions
  2. stale-issues.yaml - This workflow will periodically run every 30 days to check for stalled issues and PRs. If the workflow detects any stalled issues and/or PRs, it will automatically leave just a comment to draw attention.