Skip to content

Latest commit

 

History

History
28 lines (18 loc) · 1.34 KB

README.md

File metadata and controls

28 lines (18 loc) · 1.34 KB

project-actions/close-project

Release

Close or reopen a GitHub project

Permissions

Closing a project requires project admin permissions

Inputs

Name Description Required Default
token A GitHub access token - either a classic PAT or a GitHub app installation token. Yes
owner The owner of the project - either an organization or a user. If not provided, it defaults to the repository owner. No ${{ github.repository_owner }}
project-number The project number from the project's URL. Yes
closed Closed state of the project - set to false to reopen a closed project. No true

Outputs

Output Name Description
id The global ID for the closed project.

License

MIT