Skip to content

Commit 1130c98

Browse files
authored
Merge pull request #372 from Staffbase/update-readme
docs: update ReadMe documentation
2 parents 8ee1a24 + 35ea73d commit 1130c98

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
fetch-depth: 0
2929

3030
- name: Autodev
31-
uses: Staffbase/autodev-action@v2.1.0
31+
uses: Staffbase/autodev-action@v2.5.0
3232
with:
3333
# The token used to fetch the pull requests from the GitHub API
3434
token: ${{ secrets.PERSONAL_ACCESS_TOKEN }}
@@ -55,11 +55,11 @@ You can find all input options which are available for this action.
5555

5656
# Example Usages
5757

58-
Always create the dev branch.
58+
Always create a dev branch if you're using a version older than v2.2.
5959

6060
```yaml
6161
- name: Autodev
62-
uses: Staffbase/autodev-action@v2.1.0
62+
uses: Staffbase/autodev-action@v2.5.0
6363
with:
6464
token: ${{ secrets.PERSONAL_ACCESS_TOKEN }}
6565
```
@@ -68,7 +68,7 @@ Add a status comment if the merge was successful or failed.
6868

6969
```yaml
7070
- name: Autodev
71-
uses: Staffbase/autodev-action@v2.1.0
71+
uses: Staffbase/autodev-action@v2.5.0
7272
with:
7373
token: ${{ secrets.PERSONAL_ACCESS_TOKEN }}
7474
comments: true
@@ -80,7 +80,7 @@ Add a status label if the merge was successful or failed.
8080

8181
```yaml
8282
- name: Autodev
83-
uses: Staffbase/autodev-action@v2.1.0
83+
uses: Staffbase/autodev-action@v2.5.0
8484
with:
8585
token: ${{ secrets.PERSONAL_ACCESS_TOKEN }}
8686
labels: true
@@ -103,10 +103,10 @@ pnpm run all
103103
<table>
104104
<tr>
105105
<td>
106-
<img src="docs/assets/images/staffbase.png" alt="Staffbase GmbH" width="96" />
106+
<img src="docs/assets/images/staffbase.png" alt="Staffbase SE" width="96" />
107107
</td>
108108
<td>
109-
<b>Staffbase GmbH</b>
109+
<b>Staffbase SE</b>
110110
<br />Staffbase is an internal communications platform built to revolutionize the way you work and unite your company. Staffbase is hiring: <a href="https://jobs.staffbase.com" target="_blank" rel="noreferrer">jobs.staffbase.com</a>
111111
<br /><a href="https://github.com/Staffbase" target="_blank" rel="noreferrer">GitHub</a> | <a href="https://staffbase.com/" target="_blank" rel="noreferrer">Website</a> | <a href="https://jobs.staffbase.com" target="_blank" rel="noreferrer">Jobs</a>
112112
</td>

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"auto-dev",
2323
"auto-merge"
2424
],
25-
"author": "Staffbase GmbH",
25+
"author": "Staffbase SE",
2626
"license": "Apache-2.0",
2727
"dependencies": {
2828
"@actions/core": "^1.10.0"

0 commit comments

Comments
 (0)