diff --git a/README.md b/README.md index e4f43a7..f16663e 100644 --- a/README.md +++ b/README.md @@ -345,36 +345,13 @@ Contributions are welcome! Please feel free to submit a Pull Request. ### Forgejo Actions / Workflows -**Implemented:** -- ✅ `workflow list` - List all workflows -- ✅ `workflow view` - View workflow details and latest run -- ✅ `workflow run` - Trigger workflow_dispatch with inputs and ref support -- ✅ `run list` - List workflow runs -- ✅ `run view` - View run details, jobs, and logs -- ✅ `secret list/create/delete` - Manage repository secrets -- ✅ `variable list/get/create/update/delete` - Manage repository variables - **Not Yet Implemented:** -- ❌ `workflow enable/disable` - Enable or disable workflows -- ❌ `run watch` - Follow a workflow run in real-time -- ❌ `run rerun` - Rerun entire run, failed jobs, or specific jobs -- ❌ `run cancel` - Cancel a running workflow -- ❌ `run delete` - Delete a workflow run -- ❌ `run download` - Download workflow run artifacts -- ❌ Organization-level secrets and variables - -### Other GitHub CLI Features - -Some other `gh` features that could be added in the future: -- ❌ `gh gist` - Gist management (if Forgejo adds gist support) -- ❌ `gh project` - Project board management -- ❌ `gh label` - Label management -- ❌ `gh milestone` - Milestone management -- ❌ `gh ssh-key` - SSH key management -- ❌ `gh gpg-key` - GPG key management -- ❌ `gh org` - Organization management -- ❌ `gh codespace` - Codespace management (N/A for Forgejo) -- ❌ `gh extension` - Extension management +- `workflow enable/disable` - Enable or disable workflows +- `run watch` - Follow a workflow run in real-time +- `run rerun` - Rerun entire run, failed jobs, or specific jobs +- `run cancel` - Cancel a running workflow +- `run delete` - Delete a workflow run +- `run download` - Download workflow run artifacts We welcome contributions to implement any of these features! Please check the issues or create a new one to discuss implementation before starting work.