homebridge / ffmpeg-for-homebridge

Static FFmpeg binaries for Homebridge with support for audio (libfdk-aac) and hardware-accelerated decoding and encoding (h264_qsv, h264_v4l2m2m, videotoolbox).
109 stars 13 forks source link

Use central configuration for stale bot #34

Closed Supereg closed 2 years ago

Supereg commented 2 years ago

: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.