Skip to content

[Bug]: Mechanical pump doesn't work at all #95

[Bug]: Mechanical pump doesn't work at all

[Bug]: Mechanical pump doesn't work at all #95

Workflow file for this run

name: Issue Reassigned
on:
issues:
types: [ assigned ]
jobs:
review:
runs-on: ubuntu-latest
steps:
- name: Notify about Task Reassignment
if: ${{ github.event.issue.assignee != github.event.issue.sender }}
uses: sebastianpopp/discord-action@releases/v2
with:
webhook: ${{ secrets.WH_TASK_REASSIGN }}
message: "Issue [${{ github.event.issue.title }}](https://github.com/${{ github.repository }}/issues/${{ github.event.issue.number }}) has been reassigned to [@${{ github.event.issue.assignee.login }}](https://github.com/${{ github.event.issue.assignee.login }})."