You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fixesgithub/continuous-ai-for-accessibility#68
(Hubber access only)
Fixesgithub/continuous-ai-for-accessibility#32
(Hubber access only)
This PR:
- Adds a `results` output to the main scanner action, which includes all
the action’s issues and pull requests and their associated findings.
- Caches pull request data, so it doesn’t have to be re-fetched in other
workflows.
Copy file name to clipboardExpand all lines: .github/actions/fix/README.md
+6Lines changed: 6 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -17,3 +17,9 @@ Attempts to fix issues with Copilot.
17
17
#### `token`
18
18
19
19
**Required** Personal access token (PAT) with fine-grained permissions 'issues: write' and 'pull_requests: write'.
20
+
21
+
### Outputs
22
+
23
+
#### `fixings`
24
+
25
+
List of pull requests filed (and their associated issues), as stringified JSON. For example: `'[{"issue":{"id":1,"nodeId":"SXNzdWU6MQ==","url":"https://github.com/github/docs/issues/123","title":"Accessibility issue: 1"},"pullRequest":{"url":"https://github.com/github/docs/pulls/124"}}]'`
0 commit comments