File tree Expand file tree Collapse file tree 3 files changed +41
-4
lines changed Expand file tree Collapse file tree 3 files changed +41
-4
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
- ### 20250-04-15
3
+ ### 2025-04-22
4
+
5
+ - Add how-to landing page.
6
+
7
+ ### 2025-04-15
4
8
5
9
- Fix a race condition where keypairs were being deleted even though the server was being built, potentially killing active github action runs.
6
10
Original file line number Diff line number Diff line change
1
+ # How-to guides
2
+
3
+ The following guides cover key processes and common tasks for managing
4
+ and using the Github Runner charm.
5
+
6
+ ## Initial setup
7
+ * [ Change repository or organization]
8
+ * [ Change GitHub personal access token]
9
+
10
+ ## Basic operations
11
+ * [ Add custom labels]
12
+ * [ Debug with SSH]
13
+ * [ Integrate with COS]
14
+ * [ Spawn OpenStack runner]
15
+ * [ Set up reactive spawning]
16
+
17
+ ## Security
18
+ * [ Comply with security requirements]
19
+
20
+ ## Development
21
+ * [ Contribute]
22
+
23
+ <!-- Links-->
24
+
25
+ [ Change repository or organization ] : (how-to/change-path.md)
26
+ [ Change GitHub personal access token ] : (how-to/change-token.md)
27
+ [ Add custom labels ] : (how-to/add-custom-labels.md)
28
+ [ Debug with SSH ] : (how-to/debug-with-ssh.md)
29
+ [ Integrate with COS ] : (how-to/integrate-with-cos.md)
30
+ [ Spawn OpenStack runner ] : (how-to/openstack-runner.md)
31
+ [ Set up reactive spawning ] : (how-to/reactive.md)
32
+ [ Comply with security requirements ] : (how-to/comply-security.md)
33
+ [ Contribute ] : (how-to/contribute.md)
Original file line number Diff line number Diff line change @@ -46,15 +46,15 @@ Thinking about using the GitHub runner charm for your next project? [Get in touc
46
46
# Contents
47
47
48
48
1 . [ How to] ( how-to )
49
- 1 . [ Add custom labels] ( how-to/add-custom-labels.md )
50
49
1 . [ Change repository or organization] ( how-to/change-path.md )
51
50
1 . [ Change GitHub personal access token] ( how-to/change-token.md )
52
- 1 . [ Comply with security requirements] ( how-to/comply-security.md )
53
- 1 . [ Contribute] ( how-to/contribute.md )
51
+ 1 . [ Add custom labels] ( how-to/add-custom-labels.md )
54
52
1 . [ Debug with SSH] ( how-to/debug-with-ssh.md )
55
53
1 . [ Integrate with COS] ( how-to/integrate-with-cos.md )
56
54
1 . [ Spawn OpenStack runner] ( how-to/openstack-runner.md )
57
55
1 . [ Set up reactive spawning] ( how-to/reactive.md )
56
+ 1 . [ Comply with security requirements] ( how-to/comply-security.md )
57
+ 1 . [ Contribute] ( how-to/contribute.md )
58
58
1 . [ Reference] ( reference )
59
59
1 . [ Actions] ( reference/actions.md )
60
60
1 . [ Configurations] ( reference/configurations.md )
You can’t perform that action at this time.
0 commit comments