java17 image: knockd requires GLIBC_2.34, causing autopause to fail #3190
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: Issues notify | |
| on: | |
| issues: | |
| types: | |
| - opened | |
| - labeled | |
| - unlabeled | |
| - closed | |
| jobs: | |
| notify: | |
| uses: itzg/github-workflows/.github/workflows/issues-notify-discord.yml@main | |
| with: | |
| triageLabel: 'status/needs triage' | |
| secrets: | |
| discordWebhook: "${{secrets.DISCORD_ISSUES_WEBHOOK}}" |