Merge branch 'rsampayo:main' into main #4
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
- name: HACS Action | ||
# You may pin to the exact commit or the version. | ||
# uses: hacs/action@d556e736723344f83838d08488c983a15381059a | ||
uses: hacs/[email protected] | ||
with: | ||
# A space seperated list of ignored checks, for valid entries see README.md | ||
ignore: # optional, default is | ||
# The category of repository | ||
category: | ||
# The full name of repository | ||
repository: # optional | ||
# Post a comment to the PR with the result of the checks | ||
comment: # optional, default is true | ||
# Personal access token (PAT) | ||
github_token: # optional, default is ${{ github.token }} | ||