File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 4545 steps :
4646 - uses : actions/checkout@v3
4747 - name : Version Release
48- uses : celestiaorg /.github/.github/actions/version-release@v0.1.1
48+ uses : rollkit /.github/.github/actions/version-release@v0.1.1
4949 with :
5050 github-token : ${{secrets.GITHUB_TOKEN}}
5151 version-bump : ${{inputs.version}}
Original file line number Diff line number Diff line change 1515 permissions :
1616 contents : write
1717 packages : write
18- uses : celestiaorg /.github/.github/workflows/reusable_dockerfile_pipeline.yml@v0.1.1 # yamllint disable-line rule:line-length
18+ uses : rollkit /.github/.github/workflows/reusable_dockerfile_pipeline.yml@v0.1.1 # yamllint disable-line rule:line-length
1919 with :
2020 dockerfile : docker/mockserv.Dockerfile
2121 packageName : mockserv
Original file line number Diff line number Diff line change 1111 # ignore dependabot PRs
1212 if : ${{ github.actor != 'dependabot[bot]' }}
1313 name : Add issues and PRs to project and add grooming label
14- uses : celestiaorg /.github/.github/workflows/reusable_housekeeping.yml@v0.1.1
14+ uses : rollkit /.github/.github/workflows/reusable_housekeeping.yml@v0.1.1
1515 secrets : inherit
1616 permissions :
1717 issues : write
2525 auto-add-reviewer :
2626 name : Auto add reviewer to PR
2727 if : github.event.pull_request
28- uses : celestiaorg /.github/.github/workflows/reusable_housekeeping.yml@v0.1.1
28+ uses : rollkit /.github/.github/workflows/reusable_housekeeping.yml@v0.1.1
2929 secrets : inherit
3030 permissions :
3131 issues : write
Original file line number Diff line number Diff line change @@ -37,21 +37,21 @@ jobs:
3737
3838 # hadolint lints the Dockerfile
3939 hadolint :
40- uses : celestiaorg /.github/.github/workflows/reusable_dockerfile_lint.yml@v0.1.1 # yamllint disable-line rule:line-length
40+ uses : rollkit /.github/.github/workflows/reusable_dockerfile_lint.yml@v0.1.1 # yamllint disable-line rule:line-length
4141 with :
4242 dockerfile : docker/mockserv.Dockerfile
4343
4444 yamllint :
4545 runs-on : ubuntu-latest
4646 steps :
4747 - uses : actions/checkout@v3
48- - uses : celestiaorg /.github/.github/actions/yamllint@v0.1.1
48+ - uses : rollkit /.github/.github/actions/yamllint@v0.1.1
4949
5050 markdown-lint :
5151 runs-on : ubuntu-latest
5252 steps :
5353 - uses : actions/checkout@v3
54- - uses : celestiaorg /.github/.github/actions/markdown-lint@v0.1.1
54+ - uses : rollkit /.github/.github/actions/markdown-lint@v0.1.1
5555
5656 protobuf-lint :
5757 runs-on : ubuntu-latest
You can’t perform that action at this time.
0 commit comments