Skip to content

An (extra?) alternative to the forums! Since miraheze wikis are allowed, I will make one! #329

An (extra?) alternative to the forums! Since miraheze wikis are allowed, I will make one!

An (extra?) alternative to the forums! Since miraheze wikis are allowed, I will make one! #329

Workflow file for this run

name: Greetings
on: [pull_request_target, 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: "Hello and welcome to Coding Hut! It looks like this is your first issue that you made."
pr-message: "Hello and welcome to Coding Hut! It looks like this is your first pull request that you made."