Recent changes (commit 0a7a9390c) to peptide search UI broke the feature detection UI #1881
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
name: Squash on demand | |
on: | |
issue_comment: | |
types: [created] | |
jobs: | |
softfix: | |
name: Softfix action | |
if: github.event.issue.pull_request != '' && contains(github.event.comment.body, '/squash') | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v2 | |
- uses: chambm/softfix@v2 | |
env: | |
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} |