Skip to content

Commit

Permalink
Bump celestiaorg/.github from 0.1.1 to 0.2.0
Browse files Browse the repository at this point in the history
Bumps [celestiaorg/.github](https://github.com/celestiaorg/.github) from 0.1.1 to 0.2.0.
- [Release notes](https://github.com/celestiaorg/.github/releases)
- [Commits](celestiaorg/.github@v0.1.1...v0.2.0)

---
updated-dependencies:
- dependency-name: celestiaorg/.github
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jun 26, 2023
1 parent ae6f9e4 commit 628f6d8
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: Version Release
uses: celestiaorg/.github/.github/actions/version-release@v0.1.1
uses: celestiaorg/.github/.github/actions/version-release@v0.2.0
with:
github-token: ${{secrets.GITHUB_TOKEN}}
version-bump: ${{inputs.version}}
4 changes: 2 additions & 2 deletions .github/workflows/housekeeping.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
# ignore dependabot PRs
if: ${{ github.actor != 'dependabot[bot]' }}
name: Add issues and PRs to project and add grooming label
uses: celestiaorg/.github/.github/workflows/reusable_housekeeping.yml@v0.1.1
uses: celestiaorg/.github/.github/workflows/reusable_housekeeping.yml@v0.2.0
secrets: inherit
permissions:
issues: write
Expand All @@ -25,7 +25,7 @@ jobs:
auto-add-reviewer:
name: Auto add reviewer to PR
if: github.event.pull_request
uses: celestiaorg/.github/.github/workflows/reusable_housekeeping.yml@v0.1.1
uses: celestiaorg/.github/.github/workflows/reusable_housekeeping.yml@v0.2.0
secrets: inherit
permissions:
issues: write
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,10 +39,10 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: celestiaorg/.github/.github/actions/yamllint@v0.1.1
- uses: celestiaorg/.github/.github/actions/yamllint@v0.2.0

markdown-lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: celestiaorg/.github/.github/actions/markdown-lint@v0.1.1
- uses: celestiaorg/.github/.github/actions/markdown-lint@v0.2.0

0 comments on commit 628f6d8

Please sign in to comment.