Skip to content

Commit

Permalink
Create softfix.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
Ximinhan authored Aug 11, 2023
1 parent 9c751cd commit 5e323f5
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/softfix.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
name: Softfix workflow
on:
issue_comment:
types: [created]
jobs:
softfix:
name: Softfix action
if: github.event.issue.pull_request != '' && contains(github.event.comment.body, '/softfix')
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: dekvall/[email protected]
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 5e323f5

Please sign in to comment.