Skip to content
This repository has been archived by the owner on Mar 19, 2024. It is now read-only.

Create GameFileService. #10

Create GameFileService.

Create GameFileService. #10

name: Issue Management
on:
issues:
types:
- opened
jobs:
add_to_project:
name: Add issue to project
runs-on: ubuntu-latest
steps:
- name: Add issue to project.
uses: actions/[email protected]
with:
project-url: https://github.com/users/ndouglas/projects/1
github-token: ${{ secrets.GITHUB_TOKEN }}