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
Copy file name to clipboardexpand all lines: .github/CONTRIBUTING.md
+2-1
Original file line number
Diff line number
Diff line change
@@ -31,9 +31,10 @@ cd ansible-github_actions_runner
31
31
molecule test
32
32
```
33
33
34
+
> You will need to edit the files in `molecule/default` directory (please do not commit those changes)
35
+
34
36
## 5. Create a pull request
35
37
36
38
Please create a pull request into the `develop` branch. Here is [how to do it](https://help.github.com/en/github/collaborating-with-issues-and-pull-requests/creating-a-pull-request-from-a-fork).
37
39
38
-
39
40
Please consider to [sponsor](https://github.com/sponsors/monolithprojects) me :-)
@@ -131,8 +131,8 @@ Same example as above, but runner will be added to an organization.
131
131
- role: monolithprojects.github_actions_runner
132
132
```
133
133
134
-
In this example the Ansible role will deploy (or update) the GitHub Actions runner service (version 2.165.2) and register the runner for the GitHub repo. Runner service will run under the user `runner-user`.
135
-
The runner service will be *stopped*.
134
+
In this example the Ansible role will deploy (or update) the GitHub Actions runner service (version 2.165.2) and register the runner for the GitHub repo. Runner service will run under the user `runner-user`. Runner will be registered with two labels.
135
+
The runner service will be *stopped* and disabled.
136
136
137
137
```yaml
138
138
---
@@ -145,6 +145,9 @@ The runner service will be *stopped*.
0 commit comments