diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 935b546..99b2b88 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -1 +1 @@ -* @actions/actions-workflow-development-reviewers +* @actions/actions-vscode-reviewers diff --git a/workflow-parser/src/workflow-v1.0.json b/workflow-parser/src/workflow-v1.0.json index b0be097..2f4120a 100644 --- a/workflow-parser/src/workflow-v1.0.json +++ b/workflow-parser/src/workflow-v1.0.json @@ -1515,6 +1515,10 @@ "type": "permission-level-any", "description": "Actions workflows, workflow runs, and artifacts." }, + "attestations": { + "type": "permission-level-any", + "description": "Artifact attestations." + }, "checks": { "type": "permission-level-any", "description": "Check runs and check suites."