tenseleyflow/shithub / 69ca758

Browse files

api/meta: advertise actions-workflows capability

Authored by mfwolffe <wolffemf@dukes.jmu.edu>
SHA
69ca758767fda982c8465b75655f5f576443377a
Parents
8e9a893
Tree
f22fac8

1 changed file

StatusFile+-
M internal/web/handlers/api/meta.go 1 0
internal/web/handlers/api/meta.gomodified
@@ -49,6 +49,7 @@ var APICapabilities = []string{
4949
 	"stargazers",
5050
 	"issue-events",
5151
 	"device-code",
52
+	"actions-workflows",
5253
 }
5354
 
5455
 type metaResponse struct {