This repository has been archived by the owner on Apr 10, 2024. It is now read-only.
ミュージックボックスの自動演奏が機能しない #180
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 }} |