Skip to content

Update scalafmt-core to 3.9.2 #324

Update scalafmt-core to 3.9.2

Update scalafmt-core to 3.9.2 #324

# On any comment, it will look for '/rebase' in the comment body and in case of hit, it dispatches rebase cmd
# with event type 'rebase-command' which triggers 'rebase-command` WF that performs the rebase operation.
name: Slash Command Dispatch
on:
issue_comment:
types: [created]
jobs:
rebase-cmd-dispatch:
uses: softwaremill/github-actions-workflows/.github/workflows/rebase-cmd-dispatch.yml@main
secrets:
repo-github-token: ${{ secrets.REPO_GITHUB_TOKEN }}