Skip to content

Compiler panic when returning [] from _ -> List List _ #77

Compiler panic when returning [] from _ -> List List _

Compiler panic when returning [] from _ -> List List _ #77

name: Notify zulip high priority issues
on:
issues:
types: [labeled]
jobs:
notify:
runs-on: ubuntu-22.04
if: github.event.label.name == 'P-high'
steps:
- name: Send a stream message
uses: zulip/github-actions-zulip/send-message@v1
with:
api-key: ${{ secrets.ZULIP_API_KEY_ISSUE_BOT }}
email: "[email protected]"
organization-url: "https://roc.zulipchat.com"
to: "contributing"
type: "stream"
topic: "High Priority Issues Bot"
content: '[${{ github.event.issue.title }}](${{ github.event.issue.html_url }})'