Skip to content
This repository has been archived by the owner on Nov 28, 2023. It is now read-only.

Latest commit

 

History

History
26 lines (15 loc) · 726 Bytes

README.md

File metadata and controls

26 lines (15 loc) · 726 Bytes

Re-enabling GitHub Actions

After a certain period of time (currently 60 days) without commits GitHub automatically disables Actions. They can be re-enabled manually per repository. This script does this for all gocept repositories listed in repositories.txt. It does no harm if Actions is already enabled for a repository.

Preparation

Usage

To run the script just call it::

$ python3 re-enable-gha.py

Currently this has to be done manually once a while.

Add new repository or remove repository

To add or remove a repository change repositories.txt and commit the change.