Skip to content

More graceful handling of libraries containing nonsensical entries (e.g. water loss on molecule containing no oxygen atoms) #1861

More graceful handling of libraries containing nonsensical entries (e.g. water loss on molecule containing no oxygen atoms)

More graceful handling of libraries containing nonsensical entries (e.g. water loss on molecule containing no oxygen atoms) #1861

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 }}