An open API service indexing awesome lists of open source software.

https://github.com/garrettsummerfi3ld/frc-vendordep-update-action

A GitHub action that automatically updates your FRC vendordeps via a PR
https://github.com/garrettsummerfi3ld/frc-vendordep-update-action

dependencies first-robotics-competition frc github-actions

Last synced: about 2 months ago
JSON representation

A GitHub action that automatically updates your FRC vendordeps via a PR

Awesome Lists containing this project

README

        

# FRC VendorDep Update Action

![CI](https://github.com/garrettsummerfi3ld/frc-vendordep-update-action/actions/workflows/ci.yml/badge.svg)
[![CodeQL](https://github.com/garrettsummerfi3ld/frc-vendordep-update-action/actions/workflows/codeql-analysis.yml/badge.svg)](https://github.com/garrettsummerfi3ld/frc-vendordep-update-action/actions/workflows/codeql-analysis.yml)
Updates FRC vendordeps in your repository.

**_Work in progress._**

## Config options

| Option | Description | Default Value |
| --------- | --------------------------------------------------------- | -------------------------------------------------------------------- |
| `dir` | Directory of the vendordeps to look for | `./vendordeps` |
| `author` | Author of the commit that is getting pull requested | `github-actions[bot] ` |
| `token` | The token to be used for the commit | `GITHUB_TOKEN` |
| `dry-run` | Runs the action in a read-only state, not making a commit | `false` |