rDNS is broken in latest Windows release (only tested with binaries) #137
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: Greetings | |
on: [pull_request, issues] | |
jobs: | |
greeting: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/first-interaction@v1 | |
with: | |
repo-token: ${{ secrets.GITHUB_TOKEN }} | |
issue-message: 'Thanks for filing an issue! Please note that this project is only passively maintained, so your best bet for getting an issue resolved is through a pull request that is easy to verify! [Please read this for more information.](https://github.com/wez/atomicparsley#a-note-on-maintenance)' | |
pr-message: 'Thanks for your contribution! As this project is only passively maintained, it is preferable for PRs to be as simple as possible to verify and review. If feasible and appropriate, consider including a tiny test file to exercise your proposed changes! [Please read this for more information.](https://github.com/wez/atomicparsley#a-note-on-maintenance)' |