Skip to content

Project cannot be transferred to an organization that is already a member of a project #263

Project cannot be transferred to an organization that is already a member of a project

Project cannot be transferred to an organization that is already a member of a project #263

name: Add issues to project
on:
issues:
types:
- opened
jobs:
add-to-project:
name: Add issues to project
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
with:
project-url: https://github.com/orgs/HangarMC/projects/1
github-token: ${{ secrets.CR_PAT }}