fix: missing config/support should not be treated as 500 (#694) (#697) #1079
This file contains hidden or 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
on: | |
push: | |
branches-ignore: | |
- 'main' | |
jobs: | |
ci_trigger: | |
runs-on: ubuntu-latest | |
name: Comment Semantic Release Status | |
steps: | |
- name: Comment | |
id: comment | |
uses: adobe-rnd/github-semantic-release-comment-action@main | |
with: | |
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} |