Skip to content
This repository was archived by the owner on Sep 21, 2025. It is now read-only.

Commit 3a1a787

Browse files
authored
chore: rename pl-stflt to ipdxco (ipdxco#67)
1 parent 29e26c1 commit 3a1a787

File tree

19 files changed

+23
-20
lines changed

19 files changed

+23
-20
lines changed

.github/actions/inspect-releaser/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
runs-on: ubuntu-latest
3838
steps:
3939
- id: releaser
40-
uses: pl-strflt/uci/.github/actions/inspect-releaser@main
40+
uses: ipdxco/unified-github-workflows/.github/actions/inspect-releaser@main
4141
with:
4242
artifacts-url: ${{ github.event.inputs.artifacts-url || github.event.workflow_run.artifacts_url }}
4343
- if: ${{ steps.releaser.outputs.id == '' }}

.github/actions/inspect-releaser/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ runs:
3030
using: composite
3131
steps:
3232
- id: workflow-run
33-
uses: pl-strflt/rich-workflow-run@v1
33+
uses: ipdxco/workflow-run-context@v1
3434
with:
3535
artifacts-url: ${{ inputs.artifacts-url }}
3636
artifact-names: release

.github/workflows/check-yaml.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
steps:
1515
- uses: actions/checkout@v4
1616
- uses: ./.github/actions/render-templates
17-
- uses: pl-strflt/validate-yaml-schema@v1
17+
- uses: ipdxco/validate-yaml-schema@v1
1818
with:
1919
yamlSchemasJson: |
2020
{

.github/workflows/create-prs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ jobs:
103103
head: branch.name,
104104
base: repo.default_branch,
105105
title: `ci: ${branch.name}`,
106-
body: `This PR was created automatically by the @web3-bot as a part of the [Unified CI](https://github.com/pl-strflt/uci) project.`
106+
body: `This PR was created automatically by the @web3-bot as a part of the [Unified CI](https://github.com/ipdxco/unified-github-workflows) project.`
107107
})
108108
core.info(`${pr.data.html_url} created successfully`)
109109
} catch(error) {

.github/workflows/go-check.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,9 @@ jobs:
2121
with:
2222
go-version: stable
2323
- id: config
24-
uses: pl-strflt/uci/.github/actions/read-config@main
24+
uses: ipdxco/unified-github-workflows/.github/actions/read-config@main
2525
- id: go-mod
26-
uses: pl-strflt/uci/.github/actions/read-go-mod@main
26+
uses: ipdxco/unified-github-workflows/.github/actions/read-go-mod@main
2727
- id: go
2828
uses: actions/setup-go@v5
2929
with:

.github/workflows/go-test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,9 +43,9 @@ jobs:
4343
go-version: stable
4444
# cache: false
4545
- id: config
46-
uses: pl-strflt/uci/.github/actions/read-config@main
46+
uses: ipdxco/unified-github-workflows/.github/actions/read-config@main
4747
- id: go-mod
48-
uses: pl-strflt/uci/.github/actions/read-go-mod@main
48+
uses: ipdxco/unified-github-workflows/.github/actions/read-go-mod@main
4949
- id: go
5050
env:
5151
MATRIX_GO: ${{ matrix.go }}

.github/workflows/release-check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
core.setOutput('json', JSON.stringify(pr));
4141
- uses: actions/checkout@v4
4242
- id: go-mod
43-
uses: pl-strflt/uci/.github/actions/read-go-mod@main
43+
uses: ipdxco/unified-github-workflows/.github/actions/read-go-mod@main
4444
- uses: actions/setup-go@v5
4545
with:
4646
go-version: ${{ fromJSON(steps.go-mod.outputs.json).Go }}.x

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
steps:
1717
- uses: actions/checkout@v4
1818
- id: release
19-
uses: pl-strflt/changelog-driven-release@v1
19+
uses: ipdxco/changelog-driven-release@v1
2020
with:
2121
path: CHANGELOG.md
2222
draft: ${{ github.event_name == 'pull_request' }}

.github/workflows/tagpush.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ env:
99
ISSUE_BODY: |
1010
@{{ env.PUSHER }} just pushed a release tag: {{ env.TAGNAME }}.
1111
Please manually verify validity (using [\`gorelease\`](https://pkg.go.dev/golang.org/x/exp/cmd/gorelease)), and update \`version.json\` to reflect the manually released version, if necessary.
12-
In the future, please use the [automated process](https://github.com/pl-strflt/uci/blob/master/VERSIONING.md).
12+
In the future, please use the [automated process](https://github.com/ipdxco/unified-github-workflows/blob/master/VERSIONING.md).
1313
1414
jobs:
1515
unit:

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
## Unreleased
88

9+
## [1.0.1] - 2024-03-21
10+
### Changed
11+
- rename pl-strflt/* to ipdxco/*
12+
913
## [1.0.0] - 2024-03-21
1014
### Changed
1115
- updated codecov-action

0 commit comments

Comments
 (0)