|
7 | 7 | <!-- ALL-CONTRIBUTORS-BADGE:END -->
|
8 | 8 |
|
9 | 9 | # GitHub Actions for Visual Studio
|
| 10 | + |
10 | 11 | The GitHub Actions extension lets you manage your workflows, view the workflow run history, and edit GitHub secrets.
|
11 | 12 |
|
12 | 13 | 
|
13 | 14 |
|
14 | 15 | ## Features
|
15 |
| -TBD |
| 16 | + |
| 17 | +This extension mainly serves to provide a quick way to see the GitHub Actions for your open solution if identified as a GitHub.com repo. To view these, either right click on the solution or project in Solution Explorer and click "GitHub Actions" from the menu: |
| 18 | + |
| 19 | + |
| 20 | + |
| 21 | +If an active solution exists and it is both a git and GitHub.com repository, the window will start querying the repository for Actions information on runs and secrets. A progress bar will be shown then you can expand to see the results. |
16 | 22 |
|
17 | 23 | ### View workflow run history
|
18 |
| -TBD |
19 | 24 |
|
20 |
| -### Edit GitHub secrets |
21 |
| -TBD |
| 25 | +To view the history simply select a run and navigate through the tree view to see details. You can double-click on a leaf node to launch to the log point on the repo to view the rich log output. |
| 26 | + |
| 27 | +> Not yet implemented: The ability to [monitor a workflow run while in process](https://github.com/timheuer/GitHubActionsVS/issues/15). |
| 28 | +
|
| 29 | +If you close and open a new project the window will be refreshed to represent the current state. |
| 30 | + |
| 31 | +#### Limit run count retrieval |
| 32 | +By default a maximum of last 10 runs are retrieved. You can change this in the `Tools...Options` of Visual Studio and set an integer value. |
| 33 | + |
| 34 | + |
| 35 | + |
| 36 | + |
| 37 | +#### Manually refresh |
| 38 | +You can manually refresh the view by clicking the refresh icon in the toolbar: |
| 39 | + |
| 40 | + |
| 41 | + |
| 42 | +### Edit GitHub secrets (Coming soon...) |
| 43 | + |
| 44 | +Update or Add repo secrets directly from within Visual Studio. |
22 | 45 |
|
23 | 46 | ## Contributors
|
24 | 47 |
|
|
46 | 69 |
|
47 | 70 | <!-- ALL-CONTRIBUTORS-LIST:END -->
|
48 | 71 |
|
49 |
| - |
50 | 72 | ## Requirements
|
| 73 | + |
51 | 74 | Visual Studio 2022 17.6 or later is required to use this extension. Additionally since GitHub Actions is obviously a feature of GitHub, you will need to be attached to an active GitHub.com repository.
|
52 | 75 |
|
53 | 76 | ## Code of Conduct
|
| 77 | + |
54 | 78 | This project has adopted the [.NET Foundation Code of Conduct](https://dotnetfoundation.org/code-of-conduct). For more information see the Code of Conduct itself or contact project maintainers with any additional questions or comments or to report a violation.
|
0 commit comments