arduino-libraries / Arduino_OV767X

Official OV767X Library for Arduino , currently supports OV7670 and OV7675 cameras
https://www.arduino.cc/reference/en/libraries/arduino_ov767x/
GNU General Public License v2.0
68 stars 25 forks source link

Add GitHub Actions workflow to synchronize with shared repository labels #22

Closed per1234 closed 2 years ago

per1234 commented 2 years ago

On every push that changes relevant files, and periodically, use github-label-sync to configure the repository's issue and pull request labels according to the universal, shared, and local label configuration files.

The new labels use a standardized prefixed format that causes all the labels of a given class to be listed together in the alphabetically sorted "Labels" menu of issues and PRs.

Example of a repository that has the workflow applied:


Resolves https://github.com/arduino-libraries/Arduino_OV767X/issues/21