This repository was archived by the owner on Oct 24, 2025. It is now read-only.
Add GitHub Actions workflow for welcome comments #1
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: Post welcome comment | ||
| on: | ||
| pull_request: | ||
| types: [opened] | ||
| permissions: | ||
| pull-requests: write | ||