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

https://github.com/cisagov/action-apb

GitHub Action to trigger repository rebuilds that haven't occurred recently.
https://github.com/cisagov/action-apb

dispatch github-action rebuild

Last synced: 3 months ago
JSON representation

GitHub Action to trigger repository rebuilds that haven't occurred recently.

Awesome Lists containing this project

README

          

# action-apb #

[![GitHub Build Status](https://github.com/cisagov/action-apb/workflows/build/badge.svg)](https://github.com/cisagov/action-apb/actions)
[![Rebuild Org Status](https://github.com/cisagov/action-apb/workflows/rebuild_org/badge.svg)](https://github.com/cisagov/action-apb/actions?query=workflow%3Arebuild_org)
[![CodeQL](https://github.com/cisagov/action-apb/workflows/CodeQL/badge.svg)](https://github.com/cisagov/action-apb/actions/workflows/codeql-analysis.yml)
[![Coverage Status](https://coveralls.io/repos/github/cisagov/action-apb/badge.svg?branch=develop)](https://coveralls.io/github/cisagov/action-apb?branch=develop)

This is a generic skeleton project that can be used to quickly get a
new [cisagov](https://github.com/cisagov) Python library GitHub
project started. This skeleton project contains [licensing
information](LICENSE), as well as
[pre-commit hooks](https://pre-commit.com) and
[GitHub Actions](https://github.com/features/actions) configurations
appropriate for a Python library project.

## Contributing ##

We welcome contributions! Please see [`CONTRIBUTING.md`](CONTRIBUTING.md) for
details.

## License ##

This project is in the worldwide [public domain](LICENSE).

This project is in the public domain within the United States, and
copyright and related rights in the work worldwide are waived through
the [CC0 1.0 Universal public domain
dedication](https://creativecommons.org/publicdomain/zero/1.0/).

All contributions to this project will be released under the CC0
dedication. By submitting a pull request, you are agreeing to comply
with this waiver of copyright interest.