It doesn't look like the `github.Workflow.Workflow` or `github.Repository.Repository` models support these methods: - [`disable`](https://docs.github.com/en/rest/actions/workflows?apiVersion=2022-11-28#disable-a-workflow) - [`enable`](https://docs.github.com/en/rest/actions/workflows?apiVersion=2022-11-28#enable-a-workflow) It would be nice if we could call `workflow.disable()` or `workflow.enable()` on an instance of `github.Workflow.Workflow`.