This repository has been archived by the owner on Apr 10, 2024. It is now read-only.
Annihilationのゲーム内で額縁を触るとサーバーが落ちる #184
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-to-project | |
on: | |
issues: | |
types: | |
- opened | |
jobs: | |
manage_project: | |
runs-on: ubuntu-22.04 | |
steps: | |
- name: Add Issue to Project | |
uses: actions/[email protected] | |
with: | |
project-url: https://github.com/orgs/ElementX-Network/projects/1 | |
github-token: ${{ secrets.ISSUE_TRACKER }} |