Skip to content

oyvindronningstad/action-manifest

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

66 Commits
 
 
 
 
 
 
 
 

Repository files navigation

action-manifest

This respository contains a GitHub action implemented in Python to partially automate west-based manifest workflows.

It currently performs the following tasks:

  • Parses the PR changes to detect if the manifest file has been modified
  • Constructs both the old manifest (the one in the PR base SHA) and the new manifest (the one in the tip of the PR) and compares them
  • Adds a set of DNM labels when one or more of the revision: fields in the manifest point to a Pull Request
  • Adds a set of labels to be associated with a change to the manifest
  • Adds a set of per-manifest project with the format {prefix}{project_name}
  • Posts and updates a message with a revision comparison table

See action.yml for a full list of options.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 100.0%