adafruit / ci-arduino

A script that will install all of the common dependencies for testing Arduino library builds using Github Actions
MIT License
115 stars 73 forks source link

throw warnings if action_install.sh is used and repo does not have 'arduino-library' tag in its topic #145

Closed hathach closed 2 years ago

hathach commented 2 years ago

Since rebuild trigger workflow use arduino-library tag in topics to determine which repo is an Arduino Library. Although I manually added this tag for all of our repo, I could miss several and/or it is easy for us to forget add this when making an new repo/lib.

This PR will throw an warning if action_install.sh is used by other repo and the repo does not have arduino-library in its topic. e.g

Screenshot from 2022-10-28 16-44-51

This hopefully over time will help us to get all repo tagged and triggered.