Static FFmpeg binaries for Homebridge with support for audio (libfdk-aac) and hardware-accelerated decoding and encoding (h264_qsv, h264_v4l2m2m, videotoolbox).
Currently, this repo defines its own workflow files. This results in major code duplication.
:bulb: Proposed solution
With the new .github repo, we introduced a central location to manage common workflow files.
This PR migrates the stale action to use the centrally controlled stale.yml of the .github repo.
:recycle: Current situation
Currently, this repo defines its own workflow files. This results in major code duplication.
:bulb: Proposed solution
With the new
.github
repo, we introduced a central location to manage common workflow files. This PR migrates the stale action to use the centrally controlled stale.yml of the.github
repo.:gear: Release Notes
No user facing changes.
:heavy_plus_sign: Additional Information
Testing
--
Reviewer Nudging
See our .github repo and GitHubs Reusing workflows documentation for more info.