Send_WindowList reports zero title_height and border_width fields #1272
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: FVWM3 CI ISSUES | |
on: | |
issues: | |
types: [ opened, edited, milestoned, closed ] | |
jobs: | |
notification: | |
runs-on: ubuntu-latest | |
name: notifications | |
steps: | |
- name: issue notifications | |
uses: Gottox/irc-message-action@v2.1.3 | |
with: | |
server: "irc.libera.chat" | |
notice: false | |
channel: "#fvwm" | |
nickname: fvwm3-gh-issues | |
message: "Issue [${{ github.event.issue.state }}]: [${{ github.event.issue.number }}]: ${{ github.event.issue.title }} -- [${{ github.event.issue.user.login }}]" |