Consider moving "Do not substitute flippancy for support" to the Word choice chapter #14
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: Summarize new issues | |
| on: | |
| issues: | |
| types: [opened] | |
| jobs: | |
| summary: | |
| permissions: | |
| issues: write | |
| models: read | |
| contents: read | |
| uses: Morrison-Lab/gha/.github/workflows/summary.yml@v1 |