Tests fail on Gentoo with gnuplot 6.0.2 (ERROR: the gnuplot backend issued an error: line 0: warning: Invalid terminal font size) #142
This file contains hidden or 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-notify | |
| on: | |
| issues: | |
| types: [opened,assigned,closed,reopened] | |
| issue_comment: | |
| types: [created] | |
| pull_request: | |
| types: [closed,assigned,converted_to_draft,ready_for_review,review_requested] | |
| pull_request_review: | |
| types: [submitted] | |
| jobs: | |
| notify: | |
| runs-on: ubuntu-latest | |
| continue-on-error: true | |
| if: ${{ always() }} | |
| steps: | |
| - uses: PDLPorters/devops/github-actions/irc-notifications@master | |
| with: | |
| target-notifications: true |