[Bug]: Mechanical pump doesn't work at all #95
This file contains 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: 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 }})." |