Skip to content

Feature: Implements Repository Management Functionality for GitHub Actions - #8

Merged
rmottanet merged 1 commit into
rmottanet:mainfrom
rmottainfo:feature/repositories
Aug 13, 2025
Merged

Feature: Implements Repository Management Functionality for GitHub Actions#8
rmottanet merged 1 commit into
rmottanet:mainfrom
rmottainfo:feature/repositories

Conversation

@rmottanet

Copy link
Copy Markdown
Owner

This pull request introduces new GitHub Actions workflows that allow users to manage repositories directly from their GitHub account. These actions, designed to replicate Gitnap's functionality, enable users to list, create, and delete repositories with ease, requiring only a fork of the repository and a personal access token.

Implemented Scripts:

  • gh-repo-list.yml: This GitHub Actions workflow enables users to list all repositories associated with their account. It leverages the GitHub API to fetch and display repository details, offering a clear overview of existing projects.

  • gh-repo-create.yml: This workflow provides a convenient way to create new repositories. It accepts parameters such as the repository name and description. And uses the GitHub API to perform the creation, streamlining the setup of new projects.

  • gh-repo-delete.yml: This workflow allows users to delete existing repositories. It takes the repository name as a parameter and utilizes the GitHub API to securely and permanently remove the specified repository, offering a straightforward way to clean up old or unused projects.

How to use:

  • Static Badge
  • Static Badge

Feel free to review the code and provide any feedback.

…tions (#1)

* Github Actions to list repositories

* Github Actions to create repositories

* Github Actions to delete repositories
@rmottanet rmottanet self-assigned this Aug 13, 2025
@rmottanet
rmottanet merged commit 47d9bdd into rmottanet:main Aug 13, 2025
@rmottanet
rmottanet deleted the feature/repositories branch August 13, 2025 18:03
@rmottainfo rmottainfo added the enhancement New feature or request label Aug 13, 2025
@rmottanet rmottanet added this to @CL1 Jul 11, 2026
@github-project-automation github-project-automation Bot moved this to Done in @CL1 Jul 11, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request

Projects

Status: Done

Development

Successfully merging this pull request may close these issues.

2 participants