Skip to content

Support multiple game modes #244

Support multiple game modes

Support multiple game modes #244

Workflow file for this run

name: new pull request
on:
pull_request:
branches: [ main ]
jobs:
new-pr:
permissions:
pull-requests: write
contents: read
if: github.event_name == 'pull_request' && github.event.action == 'opened'
runs-on: ubuntu-latest
steps:
# Comment on new PR requests with deployment instructions
- name: checkout
uses: actions/[email protected]
- name: comment
uses: GrantBirki/comment@1e63d57e8ccc14dd83f5db2af382279aa12a0bbb # [email protected]
continue-on-error: true
with:
file: .github/new-pr-comment.md