Stamp
This commit is contained in:
@@ -23,13 +23,13 @@ Via [Mise](https://mise.jdx.dev/):
|
||||
```toml
|
||||
# mise.toml
|
||||
[tools]
|
||||
"go:github.com/thokra/stamp/cmd/stamp" = "latest"
|
||||
"go:git.thokra.dev/thokra/stamp/cmd/stamp" = "latest"
|
||||
```
|
||||
|
||||
Or build from source:
|
||||
|
||||
```sh
|
||||
go install github.com/thokra/stamp/cmd/stamp@latest
|
||||
go install git.thokra.dev/thokra/stamp/cmd/stamp@latest
|
||||
```
|
||||
|
||||
### 2. Create stamp.toml
|
||||
@@ -138,7 +138,7 @@ jobs:
|
||||
- uses: actions/checkout@v4
|
||||
|
||||
- name: Install stamp
|
||||
run: go install github.com/thokra/stamp/cmd/stamp@latest
|
||||
run: go install git.thokra.dev/thokra/stamp/cmd/stamp@latest
|
||||
|
||||
- name: Comment on PR
|
||||
run: stamp comment --pr=${{ github.event.pull_request.number }}
|
||||
@@ -163,7 +163,7 @@ jobs:
|
||||
- uses: actions/checkout@v4
|
||||
|
||||
- name: Install stamp
|
||||
run: go install github.com/thokra/stamp/cmd/stamp@latest
|
||||
run: go install git.thokra.dev/thokra/stamp/cmd/stamp@latest
|
||||
|
||||
- name: Comment on PR
|
||||
run: stamp comment --pr=${{ gitea.event.pull_request.number }}
|
||||
|
||||
Reference in New Issue
Block a user