This repository has been archived by the owner on Nov 27, 2023. It is now read-only.
FNF bot lagging fnf #79
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 | |
permissions: | |
issues: write | |
pull-requests: write | |
steps: | |
- uses: actions/first-interaction@v1 | |
with: | |
repo-token: ${{ secrets.GITHUB_TOKEN }} | |
issue-message: "Welcome to making issues on the FNFBot repo. Don't be stupid. Download the release and not the source code to use the bot." | |
pr-message: "Wow you made a pull request, you're not a github noob. Anyway same thing as issues, don't make stupid issues that don't contribute anything" |