This repository has been archived by the owner on Mar 19, 2024. It is now read-only.
Create ChunkWorldProcessor that acts on the ChunkPlaneCreatorService. #24
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: 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 }} | |